/external/chromium_org/cc/output/ |
D | gl_renderer.cc | 966 GLC(gl_, gl_->Uniform1i(program->fragment_shader().sampler_location(), 0)); in DrawRenderPassQuad() 985 GLC(gl_, gl_->Uniform1i(program->fragment_shader().sampler_location(), 0)); in DrawRenderPassQuad() 1001 GLC(gl_, gl_->Uniform1i(program->fragment_shader().sampler_location(), 0)); in DrawRenderPassQuad() 1014 GLC(gl_, gl_->Uniform1i(program->fragment_shader().sampler_location(), 0)); in DrawRenderPassQuad() 1037 GLC(gl_, gl_->Uniform1i(program->fragment_shader().sampler_location(), 0)); in DrawRenderPassQuad() 1054 GLC(gl_, gl_->Uniform1i(program->fragment_shader().sampler_location(), 0)); in DrawRenderPassQuad() 1074 GLC(gl_, gl_->Uniform1i(program->fragment_shader().sampler_location(), 0)); in DrawRenderPassQuad() 1088 GLC(gl_, gl_->Uniform1i(program->fragment_shader().sampler_location(), 0)); in DrawRenderPassQuad() 1117 GLC(gl_, gl_->Uniform1i(shader_mask_sampler_location, 1)); in DrawRenderPassQuad() 1507 GLC(gl_, gl_->Uniform1i(uniforms.sampler_location, 0)); in DrawContentQuad() [all …]
|
/external/chromium_org/ppapi/examples/video_capture/ |
D | video_capture.cc | 366 gles2_if_->Uniform1i( in CreateGLObjects() 368 gles2_if_->Uniform1i( in CreateGLObjects() 370 gles2_if_->Uniform1i( in CreateGLObjects()
|
/external/chromium_org/third_party/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 115 GET_PROC(Uniform1i); in GrGLCreateANGLEInterface()
|
/external/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 115 GET_PROC(Uniform1i); in GrGLCreateANGLEInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGLUniformManager.cpp | 42 GR_GL_CALL(fGpu->glInterface(), Uniform1i(uni.fFSLocation, texUnit)); in setSampler() 45 GR_GL_CALL(fGpu->glInterface(), Uniform1i(uni.fVSLocation, texUnit)); in setSampler()
|
/external/skia/src/gpu/gl/ |
D | GrGLUniformManager.cpp | 42 GR_GL_CALL(fGpu->glInterface(), Uniform1i(uni.fFSLocation, texUnit)); in setSampler() 45 GR_GL_CALL(fGpu->glInterface(), Uniform1i(uni.fVSLocation, texUnit)); in setSampler()
|
/external/skia/src/gpu/gl/mesa/ |
D | GrGLCreateMesaInterface.cpp | 149 GR_GL_GET_PROC(Uniform1i); in GrGLCreateMesaInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/ |
D | GrGLCreateMesaInterface.cpp | 149 GR_GL_GET_PROC(Uniform1i); in GrGLCreateMesaInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 163 GET_PROC(Uniform1i); in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 163 GET_PROC(Uniform1i); in GrGLCreateNativeInterface()
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 143 OP(Uniform1i) /* 386 */ \
|
/external/skia/src/gpu/gl/unix/ |
D | GrGLCreateNativeInterface_unix.cpp | 147 GR_GL_GET_PROC(Uniform1i); in GrGLCreateNativeInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/unix/ |
D | GrGLCreateNativeInterface_unix.cpp | 147 GR_GL_GET_PROC(Uniform1i); in GrGLCreateNativeInterface()
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 130 #define glUniform1i GLES2_GET_FUN(Uniform1i)
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
D | GrGLCreateNativeInterface_win.cpp | 188 WGL_SET_PROC(Uniform1i); in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/win/ |
D | GrGLCreateNativeInterface_win.cpp | 188 WGL_SET_PROC(Uniform1i); in GrGLCreateNativeInterface()
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 968 void Uniform1i(PP_Resource context_id, GLint location, GLint x) { in Uniform1i() function 971 ToGles2Impl(&enter)->Uniform1i(location, x); in Uniform1i() 1476 &Uniform1i, in GetInterface()
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_interface_stub_impl_autogen.h | 363 void GLES2InterfaceStub::Uniform1i(GLint /* location */, GLint /* x */) { in Uniform1i() function
|
D | gles2_implementation_unittest_autogen.h | 1129 TEST_F(GLES2ImplementationTest, Uniform1i) { in TEST_F() argument 1131 cmds::Uniform1i cmd; in TEST_F() 1136 gl_->Uniform1i(1, 2); in TEST_F()
|
D | gles2_trace_implementation_impl_autogen.h | 671 void GLES2TraceImplementation::Uniform1i(GLint location, GLint x) { in Uniform1i() function 673 gl_->Uniform1i(location, x); in Uniform1i()
|
D | gles2_interface_autogen.h | 181 virtual void Uniform1i(GLint location, GLint x) = 0;
|
D | gles2_cmd_helper_autogen.h | 1093 void Uniform1i(GLint location, GLint x) { in Uniform1i() function 1094 gles2::cmds::Uniform1i* c = GetCmdSpace<gles2::cmds::Uniform1i>(); in Uniform1i()
|
D | gles2_trace_implementation_autogen.h | 194 virtual void Uniform1i(GLint location, GLint x) OVERRIDE;
|
/external/chromium_org/ppapi/examples/video_decode/ |
D | video_decode.cc | 642 gles2_if_->Uniform1i( in CreateProgram()
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 245 void (*Uniform1i)(PP_Resource context, GLint location, GLint x); member
|