Home
last modified time | relevance | path

Searched refs:glBeginQuery (Results 1 – 7 of 7) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h297 {"glBeginQuery", (void*)glBeginQuery},
Dgl2_client_context.h328 glBeginQuery_client_proc_t glBeginQuery; member
Dgl2_client_context.cpp328 glBeginQuery = (glBeginQuery_client_proc_t) getProc("glBeginQuery", userData); in initDispatchByName()
Dgl2_entry.cpp323 void glBeginQuery(GLenum target, GLuint query);
2347 void glBeginQuery(GLenum target, GLuint query) in glBeginQuery() function
2350 ctx->glBeginQuery(ctx, target, query); in glBeginQuery()
Dgl2_enc.cpp11365 this->glBeginQuery = &glBeginQuery_enc; in gl2_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h839 GL_APICALL void GL_APIENTRY glBeginQuery (GLenum target, GLuint id);
Dgl31.h839 GL_APICALL void GL_APIENTRY glBeginQuery (GLenum target, GLuint id);