Home
last modified time | relevance | path

Searched refs:HandleAllocated (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dtexturebindless.c300 texObj->HandleAllocated = true; in get_texture_handle()
302 texObj->BufferObject->HandleAllocated = true; in get_texture_handle()
303 sampObj->HandleAllocated = true; in get_texture_handle()
390 texObj->HandleAllocated = true; in get_image_handle()
392 texObj->BufferObject->HandleAllocated = true; in get_image_handle()
393 texObj->Sampler.HandleAllocated = true; in get_image_handle()
Dmtypes.h902 bool HandleAllocated; member
943 bool HandleAllocated; /**< GL_ARB_bindless_texture */ member
1457 bool HandleAllocated; /**< GL_ARB_bindless_texture */ member
Dtexparam.c262 if (texObj->HandleAllocated) { in set_tex_parameteri()
742 if (texObj->HandleAllocated) { in set_tex_parameterf()
1148 if (texObj->HandleAllocated) { in _mesa_texture_parameterIiv()
1177 if (texObj->HandleAllocated) { in _mesa_texture_parameterIuiv()
Dsamplerobj.c154 sampObj->HandleAllocated = GL_FALSE; in _mesa_init_sampler_object()
883 if (!get && sampObj->HandleAllocated) { in sampler_parameter_error_check()
Dtexobj.c351 obj->Sampler.HandleAllocated = GL_FALSE; in _mesa_initialize_texture_object()
Dbufferobj.c2185 if (bufObj->Immutable || bufObj->HandleAllocated) { in validate_buffer_storage()
2442 if (bufObj->Immutable || bufObj->HandleAllocated) { in buffer_data()
Dteximage.c1641 if (texObj->HandleAllocated) { in mutable_tex_object()
6325 if (texObj->HandleAllocated) { in texture_buffer_range()