Home
last modified time | relevance | path

Searched refs:glFramebufferTexture3DOES_client_proc_t (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_client_context.h164 glFramebufferTexture3DOES_client_proc_t glFramebufferTexture3DOES;
373glFramebufferTexture3DOES_client_proc_t set_glFramebufferTexture3DOES(glFramebufferTexture3DOES_cl… in set_glFramebufferTexture3DOES()
Dgl2_client_proc.h165 typedef void (gl2_APIENTRY *glFramebufferTexture3DOES_client_proc_t) (void * ctx, GLenum, GLenum, G… typedef
Dgl2_client_context.cpp168 …Texture3DOES", userData); set_glFramebufferTexture3DOES((glFramebufferTexture3DOES_client_proc_t)p… in initDispatchByName()