/external/chromium_org/content/renderer/gpu/ |
D | mailbox_output_surface.cc | 50 context_provider_->ContextGL()->DeleteTextures( in ~MailboxOutputSurface() 74 gl->DeleteTextures(1, &texture.texture_id); in EnsureBackbuffer() 107 gl->DeleteTextures(1, ¤t_backing_.texture_id); in DiscardBackbuffer() 113 gl->DeleteTextures(1, &frame.texture_id); in DiscardBackbuffer() 178 context_provider_->ContextGL()->DeleteTextures(1, &it->texture_id); in OnSwapAck() 189 context_provider_->ContextGL()->DeleteTextures(1, &texture_id); in OnSwapAck()
|
/external/chromium_org/content/browser/compositor/ |
D | buffer_queue.cc | 134 gl->DeleteTextures(1, &surface->texture); in FreeSurface() 165 gl->DeleteTextures(1, &texture); in GetNextSurface()
|
/external/chromium_org/cc/resources/ |
D | texture_mailbox_deleter.cc | 24 context_provider->ContextGL()->DeleteTextures(1, &texture_id); in DeleteTextureOnImplThread()
|
/external/chromium_org/gpu/command_buffer/service/ |
D | texture_manager_unittest.cc | 124 EXPECT_CALL(*gl_, DeleteTextures(1, ::testing::Pointee(kService1Id))) in TEST_F() 246 EXPECT_CALL(*gl_, DeleteTextures(1, ::testing::Pointee(kService1Id))) in TEST_F() 432 DeleteTextures(1, ::testing::Pointee(texture_ref_->service_id()))) in TearDown() 1484 EXPECT_CALL(*gl_, DeleteTextures(1, ::testing::Pointee(kService2Id))) in TEST_F() 1490 EXPECT_CALL(*gl_, DeleteTextures(1, ::testing::Pointee(kService3Id))) in TEST_F() 1616 EXPECT_CALL(*gl_, DeleteTextures(1, ::testing::Pointee(kService2Id))) in TEST_F() 1891 DeleteTextures(1, ::testing::Pointee(texture2_->service_id()))) in TearDown() 2242 TEST_F(SharedTextureTest, DeleteTextures) { in TEST_F() argument 2246 EXPECT_CALL(*gl_, DeleteTextures(1, _)) in TEST_F() 2252 EXPECT_CALL(*gl_, DeleteTextures(1, _)) in TEST_F() [all …]
|
D | test_helper.cc | 203 EXPECT_CALL(*gl, DeleteTextures(1, Pointee(texture_id))) in SetupTextureDestructionExpectations() 239 EXPECT_CALL(*gl, DeleteTextures(4, _)) in SetupTextureManagerDestructionExpectations() 380 EXPECT_CALL(*gl, DeleteTextures(1, _)) in SetupFeatureInfoInitExpectationsWithGLVersion()
|
/external/skia/src/gpu/gl/ |
D | GrGLTexture.h | 30 GR_GL_CALL(fGL, DeleteTextures(1, &fTexID)); in ~GrGLTexID()
|
D | GrGLAssembleInterface.cpp | 77 GET_PROC(DeleteTextures); in GrGLAssembleGLInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGLTexture.h | 30 GR_GL_CALL(fGL, DeleteTextures(1, &fTexID)); in ~GrGLTexID()
|
D | GrGLAssembleInterface.cpp | 98 GET_PROC(DeleteTextures); in GrGLAssembleGLInterface() 345 GET_PROC(DeleteTextures); in GrGLAssembleGLESInterface()
|
/external/chromium_org/content/common/gpu/client/ |
D | gl_helper.cc | 577 gl_->DeleteTextures(1, &texture); in CropScaleReadbackAndCleanTexture() 605 gl_->DeleteTextures(1, &texture); in CropScaleReadbackAndCleanTexture() 807 gl_->DeleteTextures(1, &mailbox_texture); in CropScaleReadbackAndCleanMailbox() 931 gl_->DeleteTextures(1, &texture_id); in DeleteTexture() 1109 gl_->DeleteTextures(1, &mailbox_texture); in ReadbackYUV() 1249 gl_->DeleteTextures(1, &mailbox_texture); in ReadbackYUV()
|
D | gl_helper.h | 88 &gpu::gles2::GLES2Interface::DeleteTextures) {} in ScopedTexture()
|
D | gl_helper_scaling.cc | 160 gl_->DeleteTextures(1, &intermediate_texture_); in ~ScalerImpl()
|
/external/chromium_org/cc/test/ |
D | layer_tree_pixel_test.cc | 268 gl->DeleteTextures(1, &texture_id); in CopyTextureMailboxToBitmap() 300 gl->DeleteTextures(1, &texture); in ReleaseTextureMailbox()
|
D | test_gles2_interface.h | 24 virtual void DeleteTextures(GLsizei n, const GLuint* textures) OVERRIDE;
|
D | test_gles2_interface.cc | 49 void TestGLES2Interface::DeleteTextures(GLsizei n, const GLuint* textures) { in DeleteTextures() function in cc::TestGLES2Interface
|
/external/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 66 GET_PROC(DeleteTextures); in GrGLCreateANGLEInterface()
|
/external/chromium_org/content/renderer/media/ |
D | renderer_gpu_video_accelerator_factories.cc | 170 gles2->DeleteTextures(1, &texture_id); in DeleteTexture()
|
/external/chromium_org/ui/aura/bench/ |
D | bench_main.cc | 147 gl->DeleteTextures(1, &texture); in ReturnMailbox()
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 49 #define glDeleteTextures GLES2_GET_FUN(DeleteTextures)
|
/external/chromium_org/content/renderer/media/android/ |
D | webmediaplayer_android.cc | 84 gl->DeleteTextures(1, &texture_id); in OnReleaseTexture() 198 gl->DeleteTextures(1, &texture_id_); in ~WebMediaPlayerAndroid() 1282 gl->DeleteTextures(1, &texture_id_); in ResetStreamTextureProxy()
|
/external/chromium_org/ppapi/proxy/ |
D | video_decoder_resource.cc | 508 gles2_impl_->DeleteTextures(1, &id); in DeleteGLTexture()
|
/external/chromium_org/webkit/common/gpu/ |
D | webgraphicscontext3d_impl.cc | 728 DELEGATE_TO_GL_2(deleteTextures, DeleteTextures, WGC3Dsizei, WebGLId*); 769 gl_->DeleteTextures(1, &texture); in deleteTexture()
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 348 void DeleteTextures(PP_Resource context_id, GLsizei n, const GLuint* textures) { in DeleteTextures() function 351 ToGles2Impl(&enter)->DeleteTextures(n, textures); in DeleteTextures() 1627 &DeleteShader, &DeleteTextures, in GetInterface()
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_interface_stub_impl_autogen.h | 142 void GLES2InterfaceStub::DeleteTextures(GLsizei /* n */, in DeleteTextures() function
|
/external/chromium_org/content/renderer/pepper/ |
D | video_decoder_shim.cc | 590 gles2->DeleteTextures(1, &texture_id); in DeleteTexture()
|