OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setactivetexture
(Results
1 - 14
of
14
) sorted by null
/sdk/emulator/opengl/tests/ut_renderer/
RendererContext.cpp
44
void RendererContext::
setActiveTexture
(GLenum texture)
RendererContext.h
46
void
setActiveTexture
(GLenum texture);
RenderingThread.cpp
100
m_tls->m_currentContext->
setActiveTexture
(texture);
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.h
37
void
setActiveTexture
(GLenum tex);
GLEScmContext.cpp
54
void GLEScmContext::
setActiveTexture
(GLenum tex) {
GLEScmImp.cpp
271
ctx->
setActiveTexture
(texture);
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.h
115
void
setActiveTexture
(GC3Denum textureUnit);
SharedGraphicsContext3D.cpp
361
void SharedGraphicsContext3D::
setActiveTexture
(GC3Denum textureUnit)
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h
124
virtual void
setActiveTexture
(GLenum tex);
/sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h
91
void
setActiveTexture
(int texUnit) {m_activeTexture = texUnit; };
/external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp
401
m_context->
setActiveTexture
(GraphicsContext3D::TEXTURE0);
422
m_context->
setActiveTexture
(GraphicsContext3D::TEXTURE0);
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
174
void GLEScontext::
setActiveTexture
(GLenum tex) {
/sdk/emulator/opengl/system/GLESv1_enc/
GLEncoder.cpp
296
ctx->m_state->
setActiveTexture
(texture - GL_TEXTURE0);
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp
146
ctx->
setActiveTexture
(texture);
[
all
...]
Completed in 331 milliseconds