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

  /development/tools/emulator/opengl/system/GLESv2_enc/
GL2Encoder.cpp 35 m_glBindBuffer_enc = set_glBindBuffer(s_glBindBuffer);
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp 65 ptr = dlsym(gles_android,"glBindBuffer"); disp->set_glBindBuffer((glBindBuffer_t)ptr);
gles_dispatch.h 335 glBindBuffer_t set_glBindBuffer(glBindBuffer_t f) { glBindBuffer_t retval = glBindBuffer; glBindBuffer = f; return retval;}
    [all...]
  /development/tools/emulator/opengl/system/GLESv1_enc/
GLEncoder.cpp     [all...]

Completed in 374 milliseconds