OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setClientActiveTexture
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/opengl/tests/ut_renderer/
RendererContext.h
57
void
setClientActiveTexture
(GLenum texture) { m_clientActiveTexture = texture - GL_TEXTURE0; }
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp
55
void GLEScmContext::
setClientActiveTexture
(GLenum tex) {
130
setClientActiveTexture
(tex);
139
setClientActiveTexture
(activeTexture);
Completed in 754 milliseconds