Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h396 PFNGLSAMPLERPARAMETERIVPROC samplerParameteriv = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl661 glSamplerParameterivFunc samplerParameteriv; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp3255 void Context::samplerParameteriv(SamplerID sampler, GLenum pname, const GLint *param) in samplerParameteriv() function in gl::Context