Home
last modified time | relevance | path

Searched defs:genSamplers (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h381 PFNGLGENSAMPLERSPROC genSamplers = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl236 glGenSamplersFunc genSamplers; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp8103 void Context::genSamplers(GLsizei count, SamplerID *samplers) in genSamplers() function in gl::Context