Home
last modified time | relevance | path

Searched refs:DeleteTexture (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dshared.c179 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()
Dtexstate.c1011 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()
Dtexobj.c575 ctx->Driver.DeleteTexture(ctx, oldTex); in _mesa_reference_texobj_()
Ddd.h389 void (*DeleteTexture)(struct gl_context *ctx, member
Ddlist.c896 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/
Dexternal_texture_manager.h36 void DeleteTexture(void* handle, TextureManager* tex_man);
Dexternal_texture_manager.cc289 void ExternalTextureManager::DeleteTexture(void* handle, in DeleteTexture() function in gpu::gles2::ExternalTextureManager
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex.c174 functions->DeleteTexture = intelDeleteTextureObject; in intelInitTextureFuncs()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tex.c406 functions->DeleteTexture = brw_delete_texture_object; in brw_init_texture_functions()
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tex.c447 functions->DeleteTexture = radeonDeleteTexture; in radeonInitTextureFuncs()
/third_party/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c106 driver->DeleteTexture = _mesa_delete_texture_object; in _mesa_init_driver_functions()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tex.c513 functions->DeleteTexture = r200DeleteTexture; in r200InitTextureFuncs()
/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharingThreadedTests.cpp916 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/
Dnouveau_texture.c688 functions->DeleteTexture = nouveau_texture_free; in nouveau_texture_functions_init()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c3734 functions->DeleteTexture = st_DeleteTextureObject; in st_init_texture_functions()
/third_party/openGLES/extensions/EXT/
DEXT_framebuffer_object.txt3975 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/
DEXT_framebuffer_object.txt3975 DeleteTexture and DeleteRenderbuffer will first detach
6882 bound framebuffer object. Also during DeleteTexture,
8157 - added DeleteTexture and DeleteRenderbuffers spec language to