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

/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_client_context.h66 glGetActiveUniform_client_proc_t glGetActiveUniform; member in struct:gl2_client_context_t
275 virtual glGetActiveUniform_client_proc_t set_glGetActiveUniform(glGetActiveUniform_client_proc_t f) { glGetActiveUniform_client_proc_t retval = glGetActiveUniform; glGetActiveUniform = f; return retval;}
H A Dgl2_entry.cpp64 void glGetActiveUniform(GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name);
564 void glGetActiveUniform(GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name) function
567 ctx->glGetActiveUniform(ctx, program, index, bufsize, length, size, type, name);

Completed in 11 milliseconds