Searched refs:glBeginQuery (Results 1 – 9 of 9) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 297 {"glBeginQuery", (void*)glBeginQuery},
|
D | gl2_client_context.h | 328 glBeginQuery_client_proc_t glBeginQuery; member
|
D | gl2_client_context.cpp | 328 glBeginQuery = (glBeginQuery_client_proc_t) getProc("glBeginQuery", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 323 void glBeginQuery(GLenum target, GLuint query); 2362 void glBeginQuery(GLenum target, GLuint query) in glBeginQuery() function 2365 ctx->glBeginQuery(ctx, target, query); in glBeginQuery()
|
D | gl2_enc.cpp | 11888 this->glBeginQuery = &glBeginQuery_enc; in gl2_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles3_only.entries | 18 void glBeginQuery(GLenum target, GLuint id);
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 839 GL_APICALL void GL_APIENTRY glBeginQuery (GLenum target, GLuint id);
|
D | gl31.h | 839 GL_APICALL void GL_APIENTRY glBeginQuery (GLenum target, GLuint id);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 421 GL_ENTRY(void, glBeginQuery, GLenum target, GLuint query)
|