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

  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.h 562 int getVertexAttribParameter(GLuint index, GLenum param, T *ptr)
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2Encoder.cpp 898 if (!ctx->m_state->getVertexAttribParameter<GLint>(index, pname, params)) {
911 if (!ctx->m_state->getVertexAttribParameter<GLfloat>(index, pname, params)) {
    [all...]

Completed in 70 milliseconds