/third_party/mesa3d/src/mesa/main/ |
D | shared.c | 179 ctx->Driver.DeleteTexture(ctx, texObj); in delete_texture_cb() 350 ctx->Driver.DeleteTexture(ctx, shared->FallbackTex[i]); in free_shared_state() 432 assert(ctx->Driver.DeleteTexture); in free_shared_state() 436 ctx->Driver.DeleteTexture(ctx, shared->DefaultTex[i]); in free_shared_state()
|
D | texstate.c | 1011 ctx->Driver.DeleteTexture(ctx, ctx->Texture.ProxyTex[tgt]); in alloc_proxy_textures() 1135 ctx->Driver.DeleteTexture(ctx, ctx->Texture.ProxyTex[tgt]); in _mesa_free_texture_data()
|
D | texobj.c | 575 ctx->Driver.DeleteTexture(ctx, oldTex); in _mesa_reference_texobj_()
|
D | dd.h | 389 void (*DeleteTexture)(struct gl_context *ctx, member
|
D | dlist.c | 896 ctx->Driver.DeleteTexture(ctx, atlas->texObj); in _mesa_delete_bitmap_atlas() 1119 ctx->Driver.DeleteTexture(ctx, atlas->texObj); in build_bitmap_atlas()
|
/third_party/cef/libcef/browser/gpu/ |
D | external_texture_manager.h | 36 void DeleteTexture(void* handle, TextureManager* tex_man);
|
D | external_texture_manager.cc | 289 void ExternalTextureManager::DeleteTexture(void* handle, in DeleteTexture() function in gpu::gles2::ExternalTextureManager
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_tex.c | 174 functions->DeleteTexture = intelDeleteTextureObject; in intelInitTextureFuncs()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_tex.c | 406 functions->DeleteTexture = brw_delete_texture_object; in brw_init_texture_functions()
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tex.c | 447 functions->DeleteTexture = radeonDeleteTexture; in radeonInitTextureFuncs()
|
/third_party/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 106 driver->DeleteTexture = _mesa_delete_texture_object; in _mesa_init_driver_functions()
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_tex.c | 513 functions->DeleteTexture = r200DeleteTexture; in r200InitTextureFuncs()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglGLES2SharingThreadedTests.cpp | 916 class DeleteTexture : public Operation class 919 DeleteTexture (SharedPtr<Texture> texture, bool useSync, bool serverSync); 926 DeleteTexture::DeleteTexture (SharedPtr<Texture> texture, bool useSync, bool serverSync) in DeleteTexture() function in deqp::egl::GLES2ThreadTest::DeleteTexture 933 void DeleteTexture::exec (tcu::ThreadUtil::Thread& t) in exec() 2644 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::DeleteTexture(m_threads[threadNdx]->contex… in addRandomOperation() 3309 …m_threads[0]->addOperation(new GLES2ThreadTest::DeleteTexture(texture, m_config.useFenceSync, m_co… in addTextureOperations() 3311 …m_threads[1]->addOperation(new GLES2ThreadTest::DeleteTexture(texture, m_config.useFenceSync, m_co… in addTextureOperations() 3391 …m_threads[0]->addOperation(new GLES2ThreadTest::DeleteTexture(sourceTexture, m_config.useFenceSync… in addImageOperations() 3452 …m_threads[0]->addOperation(new GLES2ThreadTest::DeleteTexture(texture, m_config.useFenceSync, m_co… in addImageOperations() 3454 …m_threads[1]->addOperation(new GLES2ThreadTest::DeleteTexture(texture, m_config.useFenceSync, m_co… in addImageOperations()
|
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_texture.c | 688 functions->DeleteTexture = nouveau_texture_free; in nouveau_texture_functions_init()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 3734 functions->DeleteTexture = st_DeleteTextureObject; in st_init_texture_functions()
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_framebuffer_object.txt | 3975 DeleteTexture and DeleteRenderbuffer will first detach 6882 bound framebuffer object. Also during DeleteTexture, 8157 - added DeleteTexture and DeleteRenderbuffers spec language to
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_framebuffer_object.txt | 3975 DeleteTexture and DeleteRenderbuffer will first detach 6882 bound framebuffer object. Also during DeleteTexture, 8157 - added DeleteTexture and DeleteRenderbuffers spec language to
|