Searched defs:glShaderBinary (Results 1 - 2 of 2) sorted by relevance

/device/generic/goldfish/opengl/system/GLESv2_enc/
H A Dgl2_client_context.h108 glShaderBinary_client_proc_t glShaderBinary; member in struct:gl2_client_context_t
H A Dgl2_entry.cpp106 void glShaderBinary(GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GLsizei length);
816 void glShaderBinary(GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GLsizei length) function
819 ctx->glShaderBinary(ctx, n, shaders, binaryformat, binary, length);

Completed in 7 milliseconds