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

  /device/generic/goldfish-opengl/system/GLESv1_enc/
GLEncoder.cpp 270 ctx->m_state->setVertexAttribState(GLClientState::VERTEX_LOCATION, size, type, false, stride, data);
277 ctx->m_state->setVertexAttribState(GLClientState::NORMAL_LOCATION, 3, type, false, stride, data);
284 ctx->m_state->setVertexAttribState(GLClientState::COLOR_LOCATION, size, type, false, stride, data);
291 ctx->m_state->setVertexAttribState(GLClientState::POINTSIZE_LOCATION, 1, type, false, stride, data);
306 ctx->m_state->setVertexAttribState(loc, size, type, false, stride, data);
314 ctx->m_state->setVertexAttribState(loc, size, type, false, stride, data);
322 ctx->m_state->setVertexAttribState(loc, size, type, false, stride, data);
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Context.cpp 737 void Context::setVertexAttribState(unsigned int attribNum, Buffer *boundBuffer, GLint size, GLenum type, bool normalized,
    [all...]
Context.h 584 void setVertexAttribState(unsigned int attribNum, Buffer *boundBuffer, GLint size, GLenum type,
libGL.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 429 void setVertexAttribState(unsigned int attribNum, Buffer *boundBuffer, GLint size, GLenum type,
Context.cpp 891 void Context::setVertexAttribState(unsigned int attribNum, Buffer *boundBuffer, GLint size, GLenum type, bool normalized,
    [all...]
libGLES_CM.cpp 652 context->setVertexAttribState(index, context->getArrayBuffer(), size, type, (normalized == GL_TRUE), stride, ptr);
    [all...]
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.h 213 void setVertexAttribState(int location, int size, GLenum type, GLboolean normalized, GLsizei stride, const void *data, bool isInt = false);
GLClientState.cpp 129 void GLClientState::setVertexAttribState(int location, int size, GLenum type, GLboolean normalized, GLsizei stride, const void *data, bool isInt)
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 523 void setVertexAttribState(unsigned int attribNum, Buffer *boundBuffer, GLint size, GLenum type,
Context.cpp 834 void Context::setVertexAttribState(unsigned int attribNum, Buffer *boundBuffer, GLint size, GLenum type,
    [all...]
libGLESv3.cpp     [all...]
libGLESv2.cpp     [all...]

Completed in 380 milliseconds