HomeSort by relevance Sort by last modified time
    Searched full:getvertexattribparameter (Results 1 - 3 of 3) sorted by null

  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h 218 int getVertexAttribParameter(GLuint index, GLenum param, T *ptr)
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h 218 int getVertexAttribParameter(GLuint index, GLenum param, T *ptr)
  /development/tools/emulator/opengl/system/GLESv2_enc/
GL2Encoder.cpp 376 if (!ctx->m_state->getVertexAttribParameter<GLint>(index, pname, params)) {
386 if (!ctx->m_state->getVertexAttribParameter<GLfloat>(index, pname, params)) {
    [all...]

Completed in 365 milliseconds