Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/EGL/
DClientAPIExts.in28 API_ENTRY(glCurrentPaletteMatrixOES,
/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h238 glCurrentPaletteMatrixOES_t glCurrentPaletteMatrixOES; member
DGLDispatch.cpp255 …s_gl.glCurrentPaletteMatrixOES = (glCurrentPaletteMatrixOES_t) s_gles_lib->findSymbol("glCurrentPa… in init_gl_dispatch()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java92 glCurrentPaletteMatrixOES(61, 61), enumConstant
585 case 61: return glCurrentPaletteMatrixOES; in valueOf()
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dglext.h703 GL_API void GL_APIENTRY glCurrentPaletteMatrixOES (GLuint matrixpaletteindex);
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.in242 GL_ENTRY(void, glCurrentPaletteMatrixOES, GLuint matrixpaletteindex)
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp110 …entPaletteMatrixOES"] = (__translatorMustCastToProperFunctionPointerType)glCurrentPaletteMatrixOES; in getProcAddress()
2074 GL_API void GL_APIENTRY glCurrentPaletteMatrixOES(GLuint index) { in glCurrentPaletteMatrixOES() function
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in75 void, glCurrentPaletteMatrixOES, GLuint matrixpaletteindex