Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching refs:glProgramBinaryOES

154 	void glProgramBinaryOES(GLuint program, GLenum binaryFormat, const GLvoid* binary, GLint length);
1104 void glProgramBinaryOES(GLuint program, GLenum binaryFormat, const GLvoid* binary, GLint length)
1107 ctx->glProgramBinaryOES(ctx, program, binaryFormat, binary, length);