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

1 2 3

  /external/chromium_org/ppapi/examples/video_decode/
video_decode.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/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 592 EXPECT_CALL(*gl_, UseProgram(kServiceProgramId))
595 cmds::UseProgram cmd;
    [all...]
program_manager.h 371 void UseProgram(Program* program);
  /external/chromium_org/cc/test/
test_gles2_interface.h 48 virtual void UseProgram(GLuint program) OVERRIDE;
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 170 OP(UseProgram) /* 413 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 183 GET_PROC(UseProgram);
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 168 GR_GL_GET_PROC(UseProgram);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 183 GET_PROC(UseProgram);
  /external/skia/src/gpu/gl/mesa/
GrGLCreateMesaInterface.cpp 168 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/
GrGLProgram.cpp 182 GL_CALL(UseProgram(fProgramID));
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 166 GR_GL_GET_PROC(UseProgram);
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 206 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/
GrGLProgram.cpp 182 GL_CALL(UseProgram(fProgramID));
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 166 GR_GL_GET_PROC(UseProgram);
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 206 WGL_SET_PROC(UseProgram);

Completed in 193 milliseconds

1 2 3