Home
last modified time | relevance | path

Searched defs:uniform1f (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp708 void GLContext::uniform1f(int32_t location, float v0) in uniform1f() function in sglr::GLContext
H A DsglrReferenceContext.cpp4088 void ReferenceContext::uniform1f(int32_t location, const float v0) in uniform1f() function in sglr::ReferenceContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h189 PFNGLUNIFORM1FPROC uniform1f = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl746 glUniform1fFunc uniform1f; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp7450 void Context::uniform1f(UniformLocation location, GLfloat x) in uniform1f() function in gl::Context