Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dshared.c179 ctx->Driver.DeleteTexture(ctx, texObj); in delete_texture_cb()
340 ctx->Driver.DeleteTexture(ctx, shared->FallbackTex[i]); in free_shared_state()
418 assert(ctx->Driver.DeleteTexture); in free_shared_state()
422 ctx->Driver.DeleteTexture(ctx, shared->DefaultTex[i]); in free_shared_state()
Dtexstate.c971 ctx->Driver.DeleteTexture(ctx, ctx->Texture.ProxyTex[tgt]); in alloc_proxy_textures()
1103 ctx->Driver.DeleteTexture(ctx, ctx->Texture.ProxyTex[tgt]); in _mesa_free_texture_data()
Ddd.h363 void (*DeleteTexture)(struct gl_context *ctx, member
Dtexobj.c570 ctx->Driver.DeleteTexture(ctx, oldTex); in _mesa_reference_texobj_()
Ddlist.c648 ctx->Driver.DeleteTexture(ctx, atlas->texObj); in _mesa_delete_bitmap_atlas()
861 ctx->Driver.DeleteTexture(ctx, atlas->texObj); in build_bitmap_atlas()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex.c173 functions->DeleteTexture = intelDeleteTextureObject; in intelInitTextureFuncs()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex.c330 functions->DeleteTexture = intelDeleteTextureObject; in intelInitTextureFuncs()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tex.c445 functions->DeleteTexture = radeonDeleteTexture; in radeonInitTextureFuncs()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c106 driver->DeleteTexture = _mesa_delete_texture_object; in _mesa_init_driver_functions()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tex.c510 functions->DeleteTexture = r200DeleteTexture; in r200InitTextureFuncs()
/external/deqp/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()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_texture.c685 functions->DeleteTexture = nouveau_texture_free; in nouveau_texture_functions_init()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c3187 functions->DeleteTexture = st_DeleteTextureObject; in st_init_texture_functions()