Searched refs:Uniform1i (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/ppapi/examples/video_capture/
H A Dvideo_capture.cc366 gles2_if_->Uniform1i(
368 gles2_if_->Uniform1i(
370 gles2_if_->Uniform1i(
/external/chromium_org/cc/output/
H A Dgl_renderer.cc1143 GLC(gl_, gl_->Uniform1i(program->fragment_shader().sampler_location(), 0));
1162 GLC(gl_, gl_->Uniform1i(program->fragment_shader().sampler_location(), 0));
1178 GLC(gl_, gl_->Uniform1i(program->fragment_shader().sampler_location(), 0));
1191 GLC(gl_, gl_->Uniform1i(program->fragment_shader().sampler_location(), 0));
1214 GLC(gl_, gl_->Uniform1i(program->fragment_shader().sampler_location(), 0));
1231 GLC(gl_, gl_->Uniform1i(program->fragment_shader().sampler_location(), 0));
1251 GLC(gl_, gl_->Uniform1i(program->fragment_shader().sampler_location(), 0));
1265 GLC(gl_, gl_->Uniform1i(program->fragment_shader().sampler_location(), 0));
1294 GLC(gl_, gl_->Uniform1i(shader_mask_sampler_location, 1));
1684 GLC(gl_, gl_->Uniform1i(uniform
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramDataManager.cpp72 GR_GL_CALL(fGpu->glInterface(), Uniform1i(uni.fFSLocation, texUnit));
75 GR_GL_CALL(fGpu->glInterface(), Uniform1i(uni.fVSLocation, texUnit));
H A DGrGLAssembleInterface.cpp166 GET_PROC(Uniform1i);
396 GET_PROC(Uniform1i);
/external/skia/src/gpu/gl/
H A DGrGLUniformManager.cpp43 GR_GL_CALL(fGpu->glInterface(), Uniform1i(uni.fFSLocation, texUnit));
46 GR_GL_CALL(fGpu->glInterface(), Uniform1i(uni.fVSLocation, texUnit));
H A DGrGLAssembleInterface.cpp145 GET_PROC(Uniform1i);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h130 OP(Uniform1i) /* 371 */ \
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp116 GET_PROC(Uniform1i);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_2.cc40 EXPECT_CALL(*gl_, Uniform1i(1, _)).Times(AnyNumber());
56 cmds::Uniform1i cmd;
H A Dgles2_cmd_decoder_unittest_programs.cc748 EXPECT_CALL(*gl_, Uniform1i(kUniform1RealLocation, 2));
749 Uniform1i cmd;
788 EXPECT_CALL(*gl_, Uniform1i(_, _)).Times(0);
789 Uniform1i cmd;
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h132 #define glUniform1i GLES2_GET_FUN(Uniform1i)
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1107 void Uniform1i(PP_Resource context_id, GLint location, GLint x) { function in namespace:ppapi::__anon10171
1110 ToGles2Impl(&enter)->Uniform1i(location, x);
1667 &Uniform1fv, &Uniform1i,
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_scaling.cc905 gl_->Uniform1i(texture_location_, 0);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h449 void GLES2InterfaceStub::Uniform1i(GLint /* location */, GLint /* x */) { function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1114 void Uniform1i(GLint location, GLint x) { function
1115 gles2::cmds::Uniform1i* c = GetCmdSpace<gles2::cmds::Uniform1i>();
H A Dgles2_implementation_unittest_autogen.h1147 TEST_F(GLES2ImplementationTest, Uniform1i) {
1149 cmds::Uniform1i cmd;
1154 gl_->Uniform1i(1, 2);
H A Dgles2_trace_implementation_impl_autogen.h787 void GLES2TraceImplementation::Uniform1i(GLint location, GLint x) { function in class:GLES2TraceImplementation
788 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform1i");
789 gl_->Uniform1i(location, x);
H A Dgles2_implementation_autogen.h386 virtual void Uniform1i(GLint location, GLint x) OVERRIDE;
H A Dgles2_interface_autogen.h270 virtual void Uniform1i(GLint location, GLint x) = 0;
/external/chromium_org/native_client_sdk/src/examples/api/video_decode/
H A Dvideo_decode.cc671 gles2_if_->Uniform1i(
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc672 gles2_if_->Uniform1i(
H A Dvideo_decode_dev.cc645 gles2_if_->Uniform1i(
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc1094 void Uniform1i(PP_Resource context_id, GLint location, GLint x) { function in namespace:mojo::examples::__anon8751
1435 &Uniform1fv, &Uniform1i,
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h433 VISIT_GL_CALL(Uniform1i, void, (GLint location, GLint x), (location, x))
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h438 void (*Uniform1i)(PP_Resource context, GLint location, GLint x); member in struct:PPB_OpenGLES2_1_0
897 void (*Uniform1i)(PP_Resource context, GLint location, GLint x); member in struct:PPB_OpenGLES2

Completed in 5477 milliseconds

12