Home
last modified time | relevance | path

Searched refs:DeleteTextures (Results 1 – 25 of 60) sorted by relevance

123

/external/chromium_org/content/renderer/gpu/
Dmailbox_output_surface.cc50 context_provider_->ContextGL()->DeleteTextures( in ~MailboxOutputSurface()
74 gl->DeleteTextures(1, &texture.texture_id); in EnsureBackbuffer()
107 gl->DeleteTextures(1, &current_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/
Dbuffer_queue.cc134 gl->DeleteTextures(1, &surface->texture); in FreeSurface()
165 gl->DeleteTextures(1, &texture); in GetNextSurface()
/external/chromium_org/cc/resources/
Dtexture_mailbox_deleter.cc24 context_provider->ContextGL()->DeleteTextures(1, &texture_id); in DeleteTextureOnImplThread()
/external/chromium_org/gpu/command_buffer/service/
Dtexture_manager_unittest.cc124 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 …]
Dtest_helper.cc203 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/
DGrGLTexture.h30 GR_GL_CALL(fGL, DeleteTextures(1, &fTexID)); in ~GrGLTexID()
DGrGLAssembleInterface.cpp77 GET_PROC(DeleteTextures); in GrGLAssembleGLInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLTexture.h30 GR_GL_CALL(fGL, DeleteTextures(1, &fTexID)); in ~GrGLTexID()
DGrGLAssembleInterface.cpp98 GET_PROC(DeleteTextures); in GrGLAssembleGLInterface()
345 GET_PROC(DeleteTextures); in GrGLAssembleGLESInterface()
/external/chromium_org/content/common/gpu/client/
Dgl_helper.cc577 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()
Dgl_helper.h88 &gpu::gles2::GLES2Interface::DeleteTextures) {} in ScopedTexture()
Dgl_helper_scaling.cc160 gl_->DeleteTextures(1, &intermediate_texture_); in ~ScalerImpl()
/external/chromium_org/cc/test/
Dlayer_tree_pixel_test.cc268 gl->DeleteTextures(1, &texture_id); in CopyTextureMailboxToBitmap()
300 gl->DeleteTextures(1, &texture); in ReleaseTextureMailbox()
Dtest_gles2_interface.h24 virtual void DeleteTextures(GLsizei n, const GLuint* textures) OVERRIDE;
Dtest_gles2_interface.cc49 void TestGLES2Interface::DeleteTextures(GLsizei n, const GLuint* textures) { in DeleteTextures() function in cc::TestGLES2Interface
/external/skia/src/gpu/gl/angle/
DGrGLCreateANGLEInterface.cpp66 GET_PROC(DeleteTextures); in GrGLCreateANGLEInterface()
/external/chromium_org/content/renderer/media/
Drenderer_gpu_video_accelerator_factories.cc170 gles2->DeleteTextures(1, &texture_id); in DeleteTexture()
/external/chromium_org/ui/aura/bench/
Dbench_main.cc147 gl->DeleteTextures(1, &texture); in ReturnMailbox()
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h49 #define glDeleteTextures GLES2_GET_FUN(DeleteTextures)
/external/chromium_org/content/renderer/media/android/
Dwebmediaplayer_android.cc84 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/
Dvideo_decoder_resource.cc508 gles2_impl_->DeleteTextures(1, &id); in DeleteGLTexture()
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_impl.cc728 DELEGATE_TO_GL_2(deleteTextures, DeleteTextures, WGC3Dsizei, WebGLId*);
769 gl_->DeleteTextures(1, &texture); in deleteTexture()
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc348 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/
Dgles2_interface_stub_impl_autogen.h142 void GLES2InterfaceStub::DeleteTextures(GLsizei /* n */, in DeleteTextures() function
/external/chromium_org/content/renderer/pepper/
Dvideo_decoder_shim.cc590 gles2->DeleteTextures(1, &texture_id); in DeleteTexture()

123