Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_client_context.h281 glIsFenceNV_client_proc_t glIsFenceNV;
Dgl_client_context.cpp281 glIsFenceNV = (glIsFenceNV_client_proc_t) getProc("glIsFenceNV", userData); in initDispatchByName()
Dgl_client_proc.h280 typedef GLboolean (gl_APIENTRY *glIsFenceNV_client_proc_t) (void * ctx, GLuint); typedef
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h189 glIsFenceNV_client_proc_t glIsFenceNV;
Dgl2_client_context.cpp189 glIsFenceNV = (glIsFenceNV_client_proc_t) getProc("glIsFenceNV", userData); in initDispatchByName()
Dgl2_client_proc.h188 typedef GLboolean (gl2_APIENTRY *glIsFenceNV_client_proc_t) (void * ctx, GLuint); typedef
Dgl2_enc.cpp11226 this->glIsFenceNV = (glIsFenceNV_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()