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

  /development/tools/emulator/opengl/tests/ut_renderer/
RenderingThread.cpp 307 m_glBindTexture = m_glDec.set_glBindTexture(s_glBindTexture);
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp 66 ptr = dlsym(gles_android,"glBindTexture"); disp->set_glBindTexture((glBindTexture_t)ptr);
gles_dispatch.h 336 glBindTexture_t set_glBindTexture(glBindTexture_t f) { glBindTexture_t retval = glBindTexture; glBindTexture = f; return retval;}
    [all...]
  /development/tools/emulator/opengl/system/GLESv1_enc/
GLEncoder.cpp     [all...]
  /development/tools/emulator/opengl/system/GLESv2_enc/
GL2Encoder.cpp 107 m_glBindTexture_enc = set_glBindTexture(s_glBindTexture);
    [all...]

Completed in 64 milliseconds