Home
last modified time | relevance | path

Searched defs:deleteFunc (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluObjectWrapper.hpp59 glw::glDeleteBuffersFunc glw::Functions::*deleteFunc; member
/aosp_15_r20/external/angle/src/tests/test_utils/
H A Dgl_raii.h29 GLWrapper(GLGen *genFunc, GLDelete *deleteFunc) : mGenFunc(genFunc), mDeleteFunc(deleteFunc) {} in GLWrapper()
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp207 …SimpleType(const Context &ctx, const char *name, GenFunc genFunc, DeleteFunc deleteFunc, ExistsFun… in SimpleType()
/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDACachingAllocator.cpp3457 void (*deleteFunc)(void*) = &local_raw_delete; in allocate() local