Searched refs:glCurrentPaletteMatrixOES (Results 1 – 21 of 21) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 227 {"glCurrentPaletteMatrixOES", (void*)glCurrentPaletteMatrixOES},
|
D | gl_client_context.h | 247 glCurrentPaletteMatrixOES_client_proc_t glCurrentPaletteMatrixOES; member
|
D | gl_client_context.cpp | 247 …glCurrentPaletteMatrixOES = (glCurrentPaletteMatrixOES_client_proc_t) getProc("glCurrentPaletteMat… in initDispatchByName()
|
D | gl_entry.cpp | 242 void glCurrentPaletteMatrixOES(GLuint matrixpaletteindex); 1721 void glCurrentPaletteMatrixOES(GLuint matrixpaletteindex) in glCurrentPaletteMatrixOES() function 1724 ctx->glCurrentPaletteMatrixOES(ctx, matrixpaletteindex); in glCurrentPaletteMatrixOES()
|
D | gl_enc.cpp | 9164 this->glCurrentPaletteMatrixOES = &glCurrentPaletteMatrixOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_extensions.entries | 46 void glCurrentPaletteMatrixOES(GLuint matrixpaletteindex);
|
D | gles1_extensions_dispatch_logging_wrappers.impl | 210 DISPATCH_DEBUG_LOG("glCurrentPaletteMatrixOES(matrixpaletteindex:%d)", matrixpaletteindex);
|
D | gles12tr_internal.entries | 63 void glCurrentPaletteMatrixOES( GLuint index);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_extensions_static_translator_namespaced_header.h | 49 GL_APICALL void GL_APIENTRY glCurrentPaletteMatrixOES(GLuint matrixpaletteindex);
|
D | gles1_extensions_functions.h | 49 X(void, glCurrentPaletteMatrixOES, (GLuint matrixpaletteindex), (matrixpaletteindex)) \
|
D | gles12tr_internal.h | 65 X(void, glCurrentPaletteMatrixOES, (GLuint index), (index)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 28 API_ENTRY(glCurrentPaletteMatrixOES,
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 28 API_ENTRY(glCurrentPaletteMatrixOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 255 glCurrentPaletteMatrixOES_server_proc_t glCurrentPaletteMatrixOES; member
|
D | gles1_server_context.cpp | 247 …glCurrentPaletteMatrixOES = (glCurrentPaletteMatrixOES_server_proc_t) getProc("glCurrentPaletteMat… in initDispatchByName()
|
D | gles1_dec.cpp | 4846 this->glCurrentPaletteMatrixOES(var_matrixpaletteindex); in decode()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 133 GL_API void GL_APIENTRY glCurrentPaletteMatrixOES(GLuint index); 270 …S"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glCurrentPaletteMatrixOES); in getProcAddressGles1() 2804 GL_API void GL_APIENTRY glCurrentPaletteMatrixOES(GLuint index) { in glCurrentPaletteMatrixOES() function
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 703 GL_API void GL_APIENTRY glCurrentPaletteMatrixOES (GLuint matrixpaletteindex);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 242 GL_ENTRY(void, glCurrentPaletteMatrixOES, GLuint matrixpaletteindex)
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 355 GL_API void GL_APIENTRY glCurrentPaletteMatrixOES (GLuint matrixpaletteindex);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 811 GL_API void GL_APIENTRY glCurrentPaletteMatrixOES (GLuint matrixpaletteindex);
|