Home
last modified time | relevance | path

Searched refs:glUnmapBuffer_client_proc_t (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h226 glUnmapBuffer_client_proc_t glUnmapBuffer;
Dgl2_client_context.cpp226 glUnmapBuffer = (glUnmapBuffer_client_proc_t) getProc("glUnmapBuffer", userData); in initDispatchByName()
Dgl2_client_proc.h225 typedef GLboolean (gl2_APIENTRY *glUnmapBuffer_client_proc_t) (void * ctx, GLenum); typedef
Dgl2_enc.cpp11263 this->glUnmapBuffer = (glUnmapBuffer_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()