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

  /sdk/emulator/opengl/tests/ut_renderer/
RenderingThread.cpp 310 m_glClientActiveTexture = m_glDec.set_glClientActiveTexture(s_glClientActiveTexture);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp 74 ptr = dlsym(gles_android,"glClientActiveTexture"); disp->set_glClientActiveTexture((glClientActiveTexture_t)ptr);
gles_dispatch.h 344 glClientActiveTexture_t set_glClientActiveTexture(glClientActiveTexture_t f) { glClientActiveTexture_t retval = glClientActiveTexture; glClientActiveTexture = f; return retval;}
    [all...]

Completed in 142 milliseconds