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

  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLDecoderContextData.h 31 TEXCOORD0_LOCATION = 4,
GLClientState.h 42 TEXCOORD0_LOCATION = 4,
239 const GLClientState::VertexAttribState *state = getState(getActiveTexture() + GLClientState::TEXCOORD0_LOCATION);
245 const GLClientState::VertexAttribState *state = getState(getActiveTexture() + GLClientState::TEXCOORD0_LOCATION);
251 const GLClientState::VertexAttribState *state = getState(getActiveTexture() + GLClientState::TEXCOORD0_LOCATION);
323 const GLClientState::VertexAttribState *state = getState(getActiveTexture()+GLClientState::TEXCOORD0_LOCATION);

Completed in 27 milliseconds