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

  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.cpp 1251 case GL_VERTEX_ARRAY: context->setVertexAttribArrayEnabled(sw::Position, false); break;
1252 case GL_NORMAL_ARRAY: context->setVertexAttribArrayEnabled(sw::Normal, false); break;
1253 case GL_COLOR_ARRAY: context->setVertexAttribArrayEnabled(sw::Color0, false); break;
1254 case GL_POINT_SIZE_ARRAY_OES: context->setVertexAttribArrayEnabled(sw::PointSize, false); break;
1255 case GL_TEXTURE_COORD_ARRAY: context->setVertexAttribArrayEnabled(sw::TexCoord0 + (texture - GL_TEXTURE0), false); break;
    [all...]
Context.h 427 void setVertexAttribArrayEnabled(unsigned int attribNum, bool enabled);
Context.cpp 881 void Context::setVertexAttribArrayEnabled(unsigned int attribNum, bool enabled)
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 520 void setVertexAttribArrayEnabled(unsigned int attribNum, bool enabled);
libGLESv2.cpp 1459 context->setVertexAttribArrayEnabled(index, false);
    [all...]
Context.cpp 819 void Context::setVertexAttribArrayEnabled(unsigned int attribNum, bool enabled)
    [all...]

Completed in 72 milliseconds