HomeSort by relevance Sort by last modified time
    Searched refs:BindTexture (Results 26 - 50 of 81) sorted by null

12 3 4

  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 51 GET_PROC(BindTexture);
GrGpuGL.cpp 470 GL_CALL(BindTexture(GR_GL_TEXTURE_2D, glTex->textureID()));
    [all...]
  /external/chromium_org/cc/output/
gl_renderer.cc     [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_1_autogen.h 128 EXPECT_CALL(*gl_, BindTexture(GL_TEXTURE_2D, kServiceTextureId));
129 SpecializedSetup<cmds::BindTexture, 0>(true);
130 cmds::BindTexture cmd;
137 EXPECT_CALL(*gl_, BindTexture(GL_TEXTURE_2D, kNewServiceId));
140 SpecializedSetup<cmds::BindTexture, 0>(true);
141 cmds::BindTexture cmd;
149 EXPECT_CALL(*gl_, BindTexture(_, _)).Times(0);
150 SpecializedSetup<cmds::BindTexture, 0>(false);
151 cmds::BindTexture cmd;
158 EXPECT_CALL(*gl_, BindTexture(_, _)).Times(0)
    [all...]
  /external/chromium_org/cc/test/
test_gles2_interface.cc 76 void TestGLES2Interface::BindTexture(GLenum target, GLuint texture) {
77 test_context_->bindTexture(target, texture);
test_web_graphics_context_3d.h 52 virtual void bindTexture(GLenum target, GLuint texture_id);
356 void BindTexture(GLenum target, GLuint id);
  /external/chromium_org/ppapi/proxy/
video_decoder_resource.cc 343 gles2_impl_->BindTexture(texture_target, texture_ids[i]);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
driverfuncs.c 103 driver->BindTexture = NULL;
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 103 driver->BindTexture = NULL;
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 79 void BindTexture(PP_Resource context_id, GLenum target, GLuint texture) {
82 ToGles2Impl(&enter)->BindTexture(target, texture);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 32 void GLES2InterfaceStub::BindTexture(GLenum /* target */,
    [all...]
gles2_cmd_helper_autogen.h 60 void BindTexture(GLenum target, GLuint texture) {
61 gles2::cmds::BindTexture* c = GetCmdSpace<gles2::cmds::BindTexture>();
    [all...]
gles2_trace_implementation_impl_autogen.h 49 void GLES2TraceImplementation::BindTexture(GLenum target, GLuint texture) {
50 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::BindTexture");
51 gl_->BindTexture(target, texture);
    [all...]
gles2_implementation_autogen.h 30 virtual void BindTexture(GLenum target, GLuint texture) OVERRIDE;
gles2_interface_autogen.h 24 virtual void BindTexture(GLenum target, GLuint texture) = 0;
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 299 gles2_if_->BindTexture(context_->pp_resource(), GL_TEXTURE_2D, texture_id);
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 489 gles2_if_->BindTexture(
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 386 void BindTexture(enum target, uint texture);
397 BindTexture may also be used to bind an existing texture object to
430 though BindTexture had been executed with the same target and texture
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 386 void BindTexture(enum target, uint texture);
397 BindTexture may also be used to bind an existing texture object to
430 though BindTexture had been executed with the same target and texture
    [all...]
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc 498 web_graphics_context->bindTexture(mailbox_holder->texture_target,
521 web_graphics_context->bindTexture(GL_TEXTURE_EXTERNAL_OES, 0);
523 web_graphics_context->bindTexture(GL_TEXTURE_2D, texture);
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 73 void BindTexture(PP_Resource context_id, GLenum target, GLuint texture) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texobj.c     [all...]
  /external/mesa3d/src/mesa/main/
texobj.c     [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp 470 GL_CALL(BindTexture(GR_GL_TEXTURE_2D, glTex->textureID()));
    [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 32 VISIT_GL_CALL(BindTexture,

Completed in 599 milliseconds

12 3 4