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

  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h 258 bool getClientStateParameter(GLenum param, T* ptr)
  /development/tools/emulator/opengl/system/GLESv1_enc/
GLEncoder.cpp 103 if (!state->getClientStateParameter<GLint>(param,ptr)) {
142 if (!state->getClientStateParameter<GLfloat>(param,ptr)) {
181 if (!state->getClientStateParameter<GLfixed>(param,ptr)) {
216 if (!state->getClientStateParameter<GLboolean>(param,ptr)) {
    [all...]
  /development/tools/emulator/opengl/system/GLESv2_enc/
GL2Encoder.cpp 259 if (!ctx->m_state->getClientStateParameter<GLint>(param, ptr)) {
307 if (!ctx->m_state->getClientStateParameter<GLfloat>(param, ptr)) {
349 if (!ctx->m_state->getClientStateParameter<GLboolean>(param, ptr)) {
    [all...]

Completed in 926 milliseconds