Home
last modified time | relevance | path

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

/development/ndk/platforms/android-5/include/GLES2/
Dgl2.h570 … GL_APIENTRY glShaderBinary (GLsizei n, const GLuint* shaders, GLenum binaryformat, const void* bi…
/development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h571 … GL_APIENTRY glShaderBinary (GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* …
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h259 …static void (GL_APIENTRY *glShaderBinary)(GLsizei n, const GLuint* shaders, GLenum binaryformat, c…
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
DDummyGLfuncs.cpp253 …void GL_APIENTRY dummy_glShaderBinary(GLsizei n, const GLuint* shaders, GLenum binaryformat, const… in dummy_glShaderBinary() argument
DDummyGLfuncs.h260 …void GL_APIENTRY dummy_glShaderBinary(GLsizei n, const GLuint* shaders, GLenum binaryformat, const…
/development/tools/emulator/opengl/system/GLESv2_enc/
Dgl2.attrib240 #void glShaderBinary(GLsizei n, GLuint *shaders, GLenum binaryformat, GLvoid *binary, GLsizei lengt…
Dgl2.in98 GL_ENTRY(void, glShaderBinary, GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid*…
/development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp1676 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()