Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h318 glBindSampler_client_proc_t glBindSampler;
Dgl2_client_context.cpp318 glBindSampler = (glBindSampler_client_proc_t) getProc("glBindSampler", userData); in initDispatchByName()
DGL2Encoder.h531 glBindSampler_client_proc_t m_glBindSampler_enc;
Dgl2_client_proc.h317 typedef void (gl2_APIENTRY *glBindSampler_client_proc_t) (void * ctx, GLuint, GLuint); typedef