Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_client_context.h313 glTransformFeedbackVaryings_client_proc_t glTransformFeedbackVaryings;
Dgl2_client_context.cpp313 …glTransformFeedbackVaryings = (glTransformFeedbackVaryings_client_proc_t) getProc("glTransformFeed… in initDispatchByName()
Dgl2_client_proc.h312 typedef void (gl2_APIENTRY *glTransformFeedbackVaryings_client_proc_t) (void * ctx, GLuint, GLsizei… typedef
Dgl2_enc.cpp11350 this->glTransformFeedbackVaryings = (glTransformFeedbackVaryings_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()