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

  /development/tools/emulator/opengl/system/GLESv1_enc/
GLEncoder.h 58 glGetIntegerv_client_proc_t m_glGetIntegerv_enc;
GLEncoder.cpp 90 ctx->m_glGetIntegerv_enc(self, param, ptr);
104 ctx->m_glGetIntegerv_enc(self, param, ptr);
    [all...]
  /development/tools/emulator/opengl/system/GLESv2_enc/
GL2Encoder.h 92 glGetIntegerv_client_proc_t m_glGetIntegerv_enc;
GL2Encoder.cpp 62 m_glGetIntegerv_enc = set_glGetIntegerv(s_glGetIntegerv);
247 ctx->m_glGetIntegerv_enc(self, param, ptr);
260 ctx->m_glGetIntegerv_enc(self, param, ptr);
    [all...]

Completed in 110 milliseconds