Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_client_context.h282 glTestFenceNV_client_proc_t glTestFenceNV;
Dgl_client_context.cpp282 glTestFenceNV = (glTestFenceNV_client_proc_t) getProc("glTestFenceNV", userData); in initDispatchByName()
Dgl_client_proc.h281 typedef GLboolean (gl_APIENTRY *glTestFenceNV_client_proc_t) (void * ctx, GLuint); typedef
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h190 glTestFenceNV_client_proc_t glTestFenceNV;
Dgl2_client_context.cpp190 glTestFenceNV = (glTestFenceNV_client_proc_t) getProc("glTestFenceNV", userData); in initDispatchByName()
Dgl2_client_proc.h189 typedef GLboolean (gl2_APIENTRY *glTestFenceNV_client_proc_t) (void * ctx, GLuint); typedef
Dgl2_enc.cpp11227 this->glTestFenceNV = (glTestFenceNV_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()