Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h393 PFNGLSAMPLERPARAMETERFPROC samplerParameterf = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl658 glSamplerParameterfFunc samplerParameterf; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp3300 void Context::samplerParameterf(SamplerID sampler, GLenum pname, GLfloat param) in samplerParameterf() function in gl::Context