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

1 2 3

  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 430 gles2_if_->UseProgram(context_->pp_resource(), shader_2d_.program);
436 gles2_if_->UseProgram(
452 gles2_if_->UseProgram(context_->pp_resource(), 0);
640 gles2_if_->UseProgram(context_->pp_resource(), shader.program);
664 gles2_if_->UseProgram(context_->pp_resource(), 0);
  /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/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 137 GET_PROC(UseProgram);
  /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/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 137 GET_PROC(UseProgram);
  /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/content/common/gpu/client/
gl_helper_scaling.cc 42 // UseProgram() with the right parameters. Note that |context_|
57 // UseProgram must be called with GL_TEXTURE_2D bound to the
60 void UseProgram(const gfx::Size& src_size,
205 shader_program_->UseProgram(spec_.src_size,
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_base.cc 564 EXPECT_CALL(*gl_, UseProgram(kServiceProgramId))
567 cmds::UseProgram cmd;
    [all...]
program_manager.h 345 void UseProgram(Program* program);
program_manager_unittest.cc 113 manager_.UseProgram(program1.get());
804 manager_.UseProgram(program);
806 manager_.UseProgram(program);
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 180 OP(UseProgram) /* 423 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 174 GET_PROC(UseProgram);
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 159 GR_GL_GET_PROC(UseProgram);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 174 GET_PROC(UseProgram);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 159 GR_GL_GET_PROC(UseProgram);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 147 #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/unix/
GrGLCreateNativeInterface_unix.cpp 163 GR_GL_GET_PROC(UseProgram);
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 202 WGL_SET_PROC(UseProgram);
  /external/mesa3d/src/mesa/main/
shaderapi.c 938 if (ctx->Driver.UseProgram)
939 ctx->Driver.UseProgram(ctx, shProg);
    [all...]
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 163 GR_GL_GET_PROC(UseProgram);
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 202 WGL_SET_PROC(UseProgram);
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 685 void UseProgram(PP_Resource context_id, GLuint program) {
686 GetGLES(context_id)->UseProgram(program);
976 &UseProgram,
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL_program.cpp 302 GL_CALL(UseProgram(programID));

Completed in 1791 milliseconds

1 2 3