Searched refs:glDrawTexivOES (Results 1 – 22 of 22) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 162 {"glDrawTexivOES", (void*)glDrawTexivOES},
|
D | gl_client_context.h | 182 glDrawTexivOES_client_proc_t glDrawTexivOES; member
|
D | gl_client_context.cpp | 182 glDrawTexivOES = (glDrawTexivOES_client_proc_t) getProc("glDrawTexivOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 177 void glDrawTexivOES(const GLint* coords); 1327 void glDrawTexivOES(const GLint* coords) in glDrawTexivOES() function 1330 ctx->glDrawTexivOES(ctx, coords); in glDrawTexivOES()
|
D | gl_enc.cpp | 9099 this->glDrawTexivOES = &glDrawTexivOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_extensions.entries | 27 void glDrawTexivOES(const GLint *coords);
|
D | gles1_extensions_dispatch_logging_wrappers.impl | 115 DISPATCH_DEBUG_LOG("glDrawTexivOES(coords:%p)", coords);
|
D | gles12tr_internal.entries | 87 void glDrawTexivOES( const GLint* coords);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_extensions_static_translator_namespaced_header.h | 30 GL_APICALL void GL_APIENTRY glDrawTexivOES(const GLint * coords);
|
D | gles1_extensions_functions.h | 30 X(void, glDrawTexivOES, (const GLint * coords), (coords)) \
|
D | gles12tr_internal.h | 89 X(void, glDrawTexivOES, (const GLint* coords), (coords)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 191 API_ENTRY(glDrawTexivOES,
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 191 API_ENTRY(glDrawTexivOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 186 glDrawTexivOES_server_proc_t glDrawTexivOES; member
|
D | gles1_server_context.cpp | 182 glDrawTexivOES = (glDrawTexivOES_server_proc_t) getProc("glDrawTexivOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 3500 this->glDrawTexivOES((const GLint*)(inptr_coords.get())); in decode()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 376 #void glDrawTexivOES(GLint *coords) 377 glDrawTexivOES
|
D | gles1.in | 177 GL_ENTRY(void, glDrawTexivOES, const GLint *coords)
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 158 GL_API void GL_APIENTRY glDrawTexivOES (const GLint * coords); 313 …DrawTexivOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glDrawTexivOES); in getProcAddressGles1() 2949 GL_API void GL_APIENTRY glDrawTexivOES (const GLint * coords) { in glDrawTexivOES() function
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 512 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 129 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 620 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
|