HomeSort by relevance Sort by last modified time
    Searched full:uniform1i (Results 1 - 25 of 26) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCVideoLayerImpl.cpp 126 GLC(context, context->uniform1i(program->fragmentShader().yTextureLocation(), 1));
127 GLC(context, context->uniform1i(program->fragmentShader().uTextureLocation(), 2));
128 GLC(context, context->uniform1i(program->fragmentShader().vTextureLocation(), 3));
154 GLC(context, context->uniform1i(program->fragmentShader().samplerLocation(), 0));
CCCanvasLayerImpl.cpp 61 GLC(context, context->uniform1i(program->fragmentShader().samplerLocation(), 0));
CCPluginLayerImpl.cpp 66 GLC(context, context->uniform1i(program->fragmentShader().samplerLocation(), 0));
CCHeadsUpDisplay.cpp 118 GLC(context, context->uniform1i(program->fragmentShader().samplerLocation(), 0));
  /external/webkit/Source/WebCore/platform/graphics/chromium/
RenderSurfaceChromium.cpp 116 GLC(context3D, context3D->uniform1i(maskProgram->fragmentShader().samplerLocation(), 0));
119 GLC(context3D, context3D->uniform1i(maskProgram->fragmentShader().maskSamplerLocation(), 1));
131 GLC(context3D, context3D->uniform1i(program->fragmentShader().samplerLocation(), 0));
LayerTilerChromium.cpp 388 GLC(context, context->uniform1i(program->fragmentShader().samplerLocation(), 0));
  /external/webkit/Source/WebCore/platform/graphics/gpu/
TexShader.cpp 72 m_context->uniform1i(m_samplerLocation, sampler);
ConvolutionShader.cpp 114 m_context->uniform1i(m_imageLocation, 0);
BicubicShader.cpp 128 m_context->uniform1i(m_imageLocation, 0);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 109 GR_GET_PROC(GrGLUniform1iProc, Uniform1i);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 129 GR_GL_GET_PROC(Uniform1i);
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 134 GR_GL_GET_PROC(Uniform1i);
  /external/skia/src/gpu/gl/
GrGLUniformManager.cpp 37 GR_GL_CALL(fContext.interface(), Uniform1i(uni.fFSLocation, texUnit));
40 GR_GL_CALL(fContext.interface(), Uniform1i(uni.fVSLocation, texUnit));
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 144 GR_GL_GET_PROC(Uniform1i);
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 230 glUniform1iType uniform1i; member in class:WebCore::GraphicsContext3DInternal
394 uniform1i = GET_PROC_ADDRESS(glUniform1i);
1306 void GraphicsContext3D::uniform1i(GC3Dint location, GC3Dint v0) function in class:WebCore::GraphicsContext3D
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h 198 void uniform1i(GC3Dint location, GC3Dint x);
GraphicsContext3DChromium.cpp 633 DELEGATE_TO_IMPL_2(uniform1i, GC3Dint, GC3Dint)
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 293 virtual void uniform1i(WGC3Dint location, WGC3Dint x) = 0;
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.h 229 void uniform1i(const WebGLUniformLocation* location, GC3Dint x, ExceptionCode&);
WebGLRenderingContext.idl     [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 729 void uniform1i(GC3Dint location, GC3Dint x);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 1021 void GraphicsContext3D::uniform1i(GC3Dint location, GC3Dint v0) function in class:WebCore::GraphicsContext3D
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h     [all...]

Completed in 4408 milliseconds

1 2