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

  /device/generic/goldfish/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)
  /device/generic/goldfish/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 68 milliseconds