Searched refs:binaryformat (Results 1 – 8 of 8) sorted by relevance
| /development/ndk/platforms/android-5/include/GLES2/ |
| D | gl2.h | 570 … GL_APIENTRY glShaderBinary (GLsizei n, const GLuint* shaders, GLenum binaryformat, const void* bi…
|
| /development/tools/emulator/opengl/host/libs/Translator/include/GLES2/ |
| D | gl2.h | 571 … GL_APIENTRY glShaderBinary (GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* …
|
| /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/ |
| D | GLDispatch.h | 259 …static void (GL_APIENTRY *glShaderBinary)(GLsizei n, const GLuint* shaders, GLenum binaryformat, c…
|
| /development/tools/emulator/opengl/host/libs/Translator/GLcommon/ |
| D | DummyGLfuncs.cpp | 253 …void GL_APIENTRY dummy_glShaderBinary(GLsizei n, const GLuint* shaders, GLenum binaryformat, const… in dummy_glShaderBinary() argument
|
| D | DummyGLfuncs.h | 260 …void GL_APIENTRY dummy_glShaderBinary(GLsizei n, const GLuint* shaders, GLenum binaryformat, const…
|
| /development/tools/emulator/opengl/system/GLESv2_enc/ |
| D | gl2.attrib | 240 #void glShaderBinary(GLsizei n, GLuint *shaders, GLenum binaryformat, GLvoid *binary, GLsizei lengt…
|
| D | gl2.in | 98 GL_ENTRY(void, glShaderBinary, GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid*…
|
| /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/ |
| D | GLESv2Imp.cpp | 1676 GL_APICALL void GL_APIENTRY glShaderBinary(GLsizei n, const GLuint* shaders, GLenum binaryformat, … in glShaderBinary() argument 1685 ctx->dispatcher().glShaderBinary(1,&globalShaderName,binaryformat,binary,length); in glShaderBinary()
|