Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h385 PFNGLGETSAMPLERPARAMETERIIVPROC getSamplerParameterIiv = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl347 glGetSamplerParameterIivFunc getSamplerParameterIiv; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp3329 void Context::getSamplerParameterIiv(SamplerID sampler, GLenum pname, GLint *params) in getSamplerParameterIiv() function in gl::Context