Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h328 #define GL_VERTEX_ATTRIB_ARRAY_POINTER 0x8645 macro
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h328 #define GL_VERTEX_ATTRIB_ARRAY_POINTER 0x8645 macro
Dgl31.h328 #define GL_VERTEX_ATTRIB_ARRAY_POINTER 0x8645 macro
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp1079 SET_ERROR_IF(pname != GL_VERTEX_ATTRIB_ARRAY_POINTER, GL_INVALID_ENUM); in s_glGetVertexAttribPointerv()