Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
DGLESv2Validation.h48 bool vertexAttribType(GL2Encoder* ctx, GLenum type);
DGLESv2Validation.cpp264 bool vertexAttribType(GL2Encoder* ctx, GLenum type) in vertexAttribType() function
DGL2Encoder.cpp491 SET_ERROR_IF(!GLESv2Validation::vertexAttribType(ctx, type), GL_INVALID_ENUM); in s_glVertexAttribPointer()