Home
last modified time | relevance | path

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

123

/external/chromium_org/cc/resources/
Dtexture_mailbox_deleter.cc24 context_provider->ContextGL()->DeleteTextures(1, &texture_id); in DeleteTextureOnImplThread()
Dresource_provider.cc121 gl_->DeleteTextures(id_allocation_chunk_size_ - next_id_index_, in ~TextureIdAllocator()
534 GLC(gl, gl->DeleteTextures(1, &resource->gl_id)); in DeleteResourceInternal()
553 GLC(gl, gl->DeleteTextures(1, &resource->gl_id)); in DeleteResourceInternal()
/external/skia/src/gpu/gl/
DGrGLTexture.h30 GR_GL_CALL(fGL, DeleteTextures(1, &fTexID)); in ~GrGLTexID()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLTexture.h30 GR_GL_CALL(fGL, DeleteTextures(1, &fTexID)); in ~GrGLTexID()
/external/chromium_org/gpu/command_buffer/service/
Dtexture_manager_unittest.cc123 EXPECT_CALL(*gl_, DeleteTextures(1, ::testing::Pointee(kService1Id))) in TEST_F()
198 EXPECT_CALL(*gl_, DeleteTextures(1, ::testing::Pointee(kService1Id))) in TEST_F()
379 DeleteTextures(1, ::testing::Pointee(texture_ref_->service_id()))) in TearDown()
1416 EXPECT_CALL(*gl_, DeleteTextures(1, ::testing::Pointee(kService2Id))) in TEST_F()
1422 EXPECT_CALL(*gl_, DeleteTextures(1, ::testing::Pointee(kService3Id))) in TEST_F()
1548 EXPECT_CALL(*gl_, DeleteTextures(1, ::testing::Pointee(kService2Id))) in TEST_F()
1827 DeleteTextures(1, ::testing::Pointee(texture2_->service_id()))) in TearDown()
2160 TEST_F(SharedTextureTest, DeleteTextures) { in TEST_F() argument
2164 EXPECT_CALL(*gl_, DeleteTextures(1, _)) in TEST_F()
2170 EXPECT_CALL(*gl_, DeleteTextures(1, _)) in TEST_F()
[all …]
Dtest_helper.cc190 EXPECT_CALL(*gl, DeleteTextures(1, Pointee(texture_id))) in SetupTextureDestructionExpectations()
222 EXPECT_CALL(*gl, DeleteTextures(4, _)) in SetupTextureManagerDestructionExpectations()
Dgles2_cmd_decoder_unittest_1_autogen.h602 DeleteTextures(1, Pointee(kServiceTextureId))) in TEST_F()
605 SpecializedSetup<cmds::DeleteTextures, 0>(true); in TEST_F()
606 cmds::DeleteTextures cmd; in TEST_F()
616 SpecializedSetup<cmds::DeleteTextures, 0>(false); in TEST_F()
617 cmds::DeleteTextures cmd; in TEST_F()
625 DeleteTextures(1, Pointee(kServiceTextureId))) in TEST_F()
/external/chromium_org/content/renderer/media/
Drenderer_gpu_video_accelerator_factories.cc190 gles2->DeleteTextures(1, &texture_id); in DeleteTexture()
281 gles2->DeleteTextures(1, &tmp_texture); in AsyncReadPixels()
/external/chromium_org/cc/layers/
Dio_surface_layer_impl.cc47 context_provider->ContextGL()->DeleteTextures(1, &io_surface_texture_id_); in DestroyTexture()
/external/chromium_org/third_party/skia/src/gpu/gl/angle/
DGrGLCreateANGLEInterface.cpp66 GET_PROC(DeleteTextures); in GrGLCreateANGLEInterface()
/external/skia/src/gpu/gl/angle/
DGrGLCreateANGLEInterface.cpp66 GET_PROC(DeleteTextures); in GrGLCreateANGLEInterface()
/external/skia/src/gpu/gl/mesa/
DGrGLCreateMesaInterface.cpp78 GR_GL_GET_PROC(DeleteTextures); in GrGLCreateMesaInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
DGrGLCreateMesaInterface.cpp78 GR_GL_GET_PROC(DeleteTextures); in GrGLCreateMesaInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp99 GET_PROC(DeleteTextures); in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp99 GET_PROC(DeleteTextures); in GrGLCreateNativeInterface()
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_ids_autogen.h52 OP(DeleteTextures) /* 295 */ \
/external/chromium_org/cc/test/
Dtest_gles2_interface.h23 virtual void DeleteTextures(GLsizei n, const GLuint* textures) OVERRIDE;
Dtest_gles2_interface.cc43 void TestGLES2Interface::DeleteTextures(GLsizei n, const GLuint* textures) { in DeleteTextures() function in cc::TestGLES2Interface
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h47 #define glDeleteTextures GLES2_GET_FUN(DeleteTextures)
/external/chromium_org/ui/aura/bench/
Dbench_main.cc165 gl_->DeleteTextures(1, &texture_id_); in ~WebGLTexture()
/external/chromium_org/third_party/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp97 SET_PROC(DeleteTextures) in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp97 SET_PROC(DeleteTextures) in GrGLCreateNativeInterface()
/external/chromium_org/content/browser/aura/
Dgpu_process_transport_factory.cc98 provider_->ContextGL()->DeleteTextures(1, &texture_id_); in DeleteTexture()
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc303 void DeleteTextures( in DeleteTextures() function
307 ToGles2Impl(&enter)->DeleteTextures(n, textures); in DeleteTextures()
1396 &DeleteTextures, in GetInterface()
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_in_process_command_buffer_impl.cc987 DELEGATE_TO_GL_2(deleteTextures, DeleteTextures, WGC3Dsizei, WebGLId*);
1038 gl_->DeleteTextures(1, &texture); in deleteTexture()

123