Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h271 glVertexAttribIPointer_client_proc_t glVertexAttribIPointer;
Dgl2_client_context.cpp271 …glVertexAttribIPointer = (glVertexAttribIPointer_client_proc_t) getProc("glVertexAttribIPointer", … in initDispatchByName()
Dgl2_client_proc.h270 typedef void (gl2_APIENTRY *glVertexAttribIPointer_client_proc_t) (void * ctx, GLuint, GLint, GLenu… typedef
Dgl2_enc.cpp11308 this->glVertexAttribIPointer = (glVertexAttribIPointer_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()