Home
last modified time | relevance | path

Searched refs:glCurrentPaletteMatrixOES (Results 1 – 17 of 17) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp158 static void glCurrentPaletteMatrixOES(GLuint) { in glCurrentPaletteMatrixOES() function
425 glCurrentPaletteMatrixOES = ::glCurrentPaletteMatrixOES; in GLESv1()
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h235 {"glCurrentPaletteMatrixOES", (void *)glCurrentPaletteMatrixOES},
Dgles_dispatch.h238 glCurrentPaletteMatrixOES_t glCurrentPaletteMatrixOES; member
510 …ixOES_t f) { glCurrentPaletteMatrixOES_t retval = glCurrentPaletteMatrixOES; glCurrentPaletteMatri… in set_glCurrentPaletteMatrixOES()
Dgles.cpp1131 void glCurrentPaletteMatrixOES(GLuint matrixpaletteindex) in glCurrentPaletteMatrixOES() function
1133 getDispatch()->glCurrentPaletteMatrixOES(matrixpaletteindex); in glCurrentPaletteMatrixOES()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h227 {"glCurrentPaletteMatrixOES", (void*)glCurrentPaletteMatrixOES},
Dgl_client_context.h247 glCurrentPaletteMatrixOES_client_proc_t glCurrentPaletteMatrixOES; member
Dgl_client_context.cpp247glCurrentPaletteMatrixOES = (glCurrentPaletteMatrixOES_client_proc_t) getProc("glCurrentPaletteMat… in initDispatchByName()
Dgl_entry.cpp242 void glCurrentPaletteMatrixOES(GLuint matrixpaletteindex);
1721 void glCurrentPaletteMatrixOES(GLuint matrixpaletteindex) in glCurrentPaletteMatrixOES() function
1724 ctx->glCurrentPaletteMatrixOES(ctx, matrixpaletteindex); in glCurrentPaletteMatrixOES()
Dgl_enc.cpp8606 this->glCurrentPaletteMatrixOES = &glCurrentPaletteMatrixOES_enc; in gl_encoder_context_t()
/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1.lds63 glCurrentPaletteMatrixOES;
Dgles1_wrapper_context.h247 glCurrentPaletteMatrixOES_wrapper_proc_t glCurrentPaletteMatrixOES; member
Dgles1_wrapper_context.cpp247glCurrentPaletteMatrixOES = (glCurrentPaletteMatrixOES_wrapper_proc_t) getProc("glCurrentPaletteMa… in initDispatchByName()
Dgles1_wrapper_entry.cpp242 void glCurrentPaletteMatrixOES(GLuint matrixpaletteindex);
1711 void glCurrentPaletteMatrixOES(GLuint matrixpaletteindex) in glCurrentPaletteMatrixOES() function
1714 ctx->glCurrentPaletteMatrixOES( matrixpaletteindex); in glCurrentPaletteMatrixOES()
Dgles1.in242 GL_ENTRY(void, glCurrentPaletteMatrixOES, GLuint matrixpaletteindex)
/device/generic/goldfish-opengl/system/egl/
DClientAPIExts.in28 API_ENTRY(glCurrentPaletteMatrixOES,
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in242 GL_ENTRY(void, glCurrentPaletteMatrixOES, GLuint matrixpaletteindex)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h807 GL_API void GL_APIENTRY glCurrentPaletteMatrixOES (GLuint matrixpaletteindex);