HomeSort by relevance Sort by last modified time
    Searched refs:glVertexAttribPointer_client_proc_t (Results 1 - 5 of 5) sorted by null

  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.h 101 glVertexAttribPointer_client_proc_t m_glVertexAttribPointer_enc;
gl2_client_context.h 151 glVertexAttribPointer_client_proc_t glVertexAttribPointer;
    [all...]
gl2_client_context.cpp 155 ptr = getProc("glVertexAttribPointer", userData); set_glVertexAttribPointer((glVertexAttribPointer_client_proc_t)ptr);
gl2_client_proc.h 152 typedef void (gl2_APIENTRY *glVertexAttribPointer_client_proc_t) (void * ctx, GLuint, GLint, GLenum, GLboolean, GLsizei, const GLvoid*);
gl2_enc.cpp     [all...]

Completed in 115 milliseconds