OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_glactivetexture
(Results
1 - 3
of
3
) sorted by null
/sdk/emulator/opengl/tests/ut_renderer/
RenderingThread.cpp
306
m_glActiveTexture = m_glDec.
set_glActiveTexture
(s_glActiveTexture);
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp
63
ptr = dlsym(gles_android,"glActiveTexture"); disp->
set_glActiveTexture
((glActiveTexture_t)ptr);
gles_dispatch.h
333
glActiveTexture_t
set_glActiveTexture
(glActiveTexture_t f) { glActiveTexture_t retval = glActiveTexture; glActiveTexture = f; return retval;}
[
all
...]
Completed in 111 milliseconds