/external/chromium/webkit/glue/ |
D | gl_bindings_skia_cmd_buffer.cc | 20 glActiveTexture, in BindSkiaToCommandBufferGL()
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | OpenGLShims.h | 125 FUNCTION_TABLE_ENTRY(glActiveTexture); 222 #define glActiveTexture LOOKUP_GL_FUNCTION(glActiveTexture) macro
|
D | OpenGLShims.cpp | 91 ASSIGN_FUNCTION_TABLE_ENTRY(glActiveTexture, success); in initializeOpenGLShims()
|
/external/webkit/Source/WebCore/platform/graphics/opengl/ |
D | TextureMapperGL.cpp | 387 GL_CMD(glActiveTexture(GL_TEXTURE0)) in drawTexture() 416 GL_CMD(glActiveTexture(GL_TEXTURE1)) in drawTexture() 424 GL_CMD(glActiveTexture(GL_TEXTURE0)) in drawTexture() 636 GL_CMD(glActiveTexture(GL_TEXTURE0)) in paintToTarget()
|
D | GraphicsContext3DOpenGL.cpp | 336 ::glActiveTexture(0); in prepareTexture() 340 ::glActiveTexture(m_activeTexture); in prepareTexture() 350 ::glActiveTexture(texture); in activeTexture()
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | libGLESv2.def | 3 glActiveTexture @1
|
D | libGLESv2.cpp | 33 void __stdcall glActiveTexture(GLenum texture) in glActiveTexture() function
|
/external/skia/src/gpu/android/ |
D | GrGLCreateNativeInterface_android.cpp | 22 interface->fActiveTexture = glActiveTexture; in GrGLCreateNativeInterface()
|
/external/quake/quake/src/WinQuake/ |
D | glquake.h | 322 #define glActiveTexture(...) do { glActiveTexture(__VA_ARGS__); GLCHECK("glActiveTexture");} while(… macro
|
D | gl_draw.cpp | 2041 glActiveTexture(target); in GL_SelectTexture()
|
/external/skia/src/gpu/ios/ |
D | GrGLDefaultInterface_iOS.cpp | 21 interface->fActiveTexture = glActiveTexture; in GrGLDefaultInterface()
|
/external/skia/src/gpu/unix/ |
D | GrGLCreateNativeInterface_unix.cpp | 35 interface->fActiveTexture = glActiveTexture; in GrGLCreateNativeInterface()
|
/external/mesa3d/docs/ |
D | RELNOTES-4.0 | 53 glActiveTexture
|
D | VERSIONS | 1098 - fixed glActiveTexture / glMatrixMode(GL_TEXTURE) bug (#669080)
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/ |
D | LwjglRenderer.java | 510 glActiveTexture(GL_TEXTURE0); in applyRenderState() 520 glActiveTexture(GL_TEXTURE0); in applyRenderState() 1792 glActiveTexture(GL_TEXTURE0 + unit); in updateTexImageData() 1905 glActiveTexture(GL_TEXTURE0 + unit); in setTexture() 2443 glActiveTexture(GL_TEXTURE0); in renderMesh()
|
/external/skia/src/gpu/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 42 interface->fActiveTexture = glActiveTexture; in GrGLCreateNativeInterface()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLErrorLogger.java | 56 public void glActiveTexture(int texture) { in glActiveTexture() method in GLErrorLogger.ErrorLoggingGL 57 ((GL10) mGL).glActiveTexture(texture); in glActiveTexture()
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | ShaderProgram.cpp | 567 glActiveTexture(GL_TEXTURE0); in setupDrawing()
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 474 GL_APICALL void GL_APIENTRY glActiveTexture (GLenum texture);
|
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/ |
D | gl2.h | 474 GL_APICALL void GL_APIENTRY glActiveTexture (GLenum texture);
|
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/ |
D | OGLESShaderRenderer.java | 1882 GLES20.glActiveTexture(GLES20.GL_TEXTURE0); in updateTexImageData() 1982 GLES20.glActiveTexture(GLES20.GL_TEXTURE0 + unit); in setTexture()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContext3DQt.cpp | 332 activeTexture = GET_PROC_ADDRESS(glActiveTexture); in GraphicsContext3DInternal()
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_opengl.h | 3235 GLAPI void APIENTRY glActiveTexture (GLenum);
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 42731 and glActiveTexture were not available.
|