Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmValidate.h29 static bool colorPointerParams(GLint size,GLsizei stride);
DGLEScmValidate.cpp67 bool GLEScmValidate::colorPointerParams(GLint size,GLsizei stride) { in colorPointerParams() function in GLEScmValidate
DGLEScmImp.cpp649 SET_ERROR_IF(!GLEScmValidate::colorPointerParams(size,stride),GL_INVALID_VALUE); in glColorPointer()
658 SET_ERROR_IF(!GLEScmValidate::colorPointerParams(size,stride),GL_INVALID_VALUE); in glColorPointerWithDataSize()