HomeSort by relevance Sort by last modified time
    Searched refs:UseProgram (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 474 gles2_if_->UseProgram(graphics_3d, shader_2d_.program);
480 gles2_if_->UseProgram(graphics_3d, shader_rectangle_arb_.program);
493 gles2_if_->UseProgram(graphics_3d, 0);
644 gles2_if_->UseProgram(context_->pp_resource(), shader.program);
674 gles2_if_->UseProgram(context_->pp_resource(), 0);
video_decode_dev.cc 431 gles2_if_->UseProgram(context_->pp_resource(), shader_2d_.program);
437 gles2_if_->UseProgram(
453 gles2_if_->UseProgram(context_->pp_resource(), 0);
641 gles2_if_->UseProgram(context_->pp_resource(), shader.program);
665 gles2_if_->UseProgram(context_->pp_resource(), 0);
  /external/chromium_org/content/common/gpu/client/
gl_helper_scaling.cc 36 // UseProgram() with the right parameters. Note that |gl_|
56 // UseProgram must be called with GL_TEXTURE_2D bound to the
59 void UseProgram(const gfx::Size& src_size,
195 shader_program_->UseProgram(spec_.src_size,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_program.c 75 * Called via ctx->Driver.UseProgram() to bind a linked GLSL program
240 functions->UseProgram = st_use_program;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_program.c 75 * Called via ctx->Driver.UseProgram() to bind a linked GLSL program
240 functions->UseProgram = st_use_program;
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2_autogen.h 497 EXPECT_CALL(*gl_, UseProgram(kServiceProgramId));
498 SpecializedSetup<cmds::UseProgram, 0>(true);
499 cmds::UseProgram cmd;
506 EXPECT_CALL(*gl_, UseProgram(_)).Times(0);
507 SpecializedSetup<cmds::UseProgram, 0>(false);
508 cmds::UseProgram cmd;
gles2_cmd_decoder_unittest_base.cc 677 EXPECT_CALL(*gl_, UseProgram(kServiceProgramId))
680 cmds::UseProgram cmd;
    [all...]
program_manager.h 387 void UseProgram(Program* program);
program_manager_unittest.cc 102 manager_.UseProgram(program1.get());
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 457 bool ShaderProgram::UseProgram() {
560 if (!UseProgram())
683 if (UseProgram()) {
695 if (UseProgram()) {
713 if (UseProgram()) {
764 if (UseProgram()) {
    [all...]
shader_program.h 337 // - Use the correct program (e.g. by calling UseProgram()).
379 bool UseProgram();
  /external/chromium_org/cc/test/
test_gles2_interface.h 48 virtual void UseProgram(GLuint program) OVERRIDE;
test_gles2_interface.cc 115 void TestGLES2Interface::UseProgram(GLuint program) {
116 test_context_->useProgram(program);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 147 OP(UseProgram) /* 388 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 138 GET_PROC(UseProgram);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 138 GET_PROC(UseProgram);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 149 #define glUseProgram GLES2_GET_FUN(UseProgram)
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
shaderapi.c 938 if (ctx->Driver.UseProgram)
939 ctx->Driver.UseProgram(ctx, shProg);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 164 GET_PROC(UseProgram);
GrGLProgram.cpp 84 GL_CALL(UseProgram(fBuilderOutput.fProgramID));
GrGpuGL_program.cpp 263 GL_CALL(UseProgram(programID));
  /external/mesa3d/src/mesa/main/
shaderapi.c 938 if (ctx->Driver.UseProgram)
939 ctx->Driver.UseProgram(ctx, shProg);
    [all...]
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 164 GET_PROC(UseProgram);
GrGLProgram.cpp 84 GL_CALL(UseProgram(fBuilderOutput.fProgramID));
GrGpuGL_program.cpp 263 GL_CALL(UseProgram(programID));

Completed in 233 milliseconds

1 2 3