Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmValidate.h45 static bool pointPointerType(GLenum type);
DGLEScmValidate.cpp281 bool GLEScmValidate::pointPointerType(GLenum type){ in pointPointerType() function in GLEScmValidate
DGLEScmImp.cpp1781 SET_ERROR_IF(!GLEScmValidate::pointPointerType(type),GL_INVALID_ENUM); in glPointSizePointerOES()