Home
last modified time | relevance | path

Searched refs:programUniform1f (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DProgramExecutableGL.cpp132 if (mFunctions->programUniform1f != nullptr) in updateEmulatedClipOrigin()
134 mFunctions->programUniform1f(mProgramID, mClipOriginUniformLocation, originValue); in updateEmulatedClipOrigin()
H A DDispatchTableGL_autogen.cpp480 ASSIGN("glProgramUniform1f", programUniform1f); in initProcsDesktopGL()
954 ASSIGN("glProgramUniform1fEXT", programUniform1f); in initProcsDesktopGL()
1724 ASSIGN("glProgramUniform1f", programUniform1f); in initProcsDesktopGL()
2149 ASSIGN("glProgramUniform1fEXT", programUniform1f); in initProcsGLES()
2671 ASSIGN("glProgramUniform1f", programUniform1f); in initProcsGLES()
3357 programUniform1f = &glProgramUniform1fNULL; in initProcsDesktopGLNULL()
3830 programUniform1f = &glProgramUniform1fNULL; in initProcsDesktopGLNULL()
4600 programUniform1f = &glProgramUniform1fNULL; in initProcsDesktopGLNULL()
5024 programUniform1f = &glProgramUniform1fNULL; in initProcsGLESNULL()
5546 programUniform1f = &glProgramUniform1fNULL; in initProcsGLESNULL()
H A DDispatchTableGL_autogen.h477 PFNGLPROGRAMUNIFORM1FPROC programUniform1f = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl194 dst->programUniform1f = src.programUniform1f;
H A DgluCallLogWrapper.inl4243 m_gl.programUniform1f(program, location, v0);
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext_gles_3_1_autogen.h54 void programUniform1f(ShaderProgramID programPacked, UniformLocation locationPacked, \
H A DContext.cpp8222 void Context::programUniform1f(ShaderProgramID program, UniformLocation location, GLfloat v0) in programUniform1f() function in gl::Context
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwInitES31Direct.inl194 gl->programUniform1f = &glProgramUniform1f;
H A DglwInitES32Direct.inl229 gl->programUniform1f = &glProgramUniform1f;
H A DglwInitExtGL.inl207 …gl->programUniform1f = (glProgramUniform1fFunc) loader->get("glProgramUniform1fEXT"…
466 …gl->programUniform1f = (glProgramUniform1fFunc) loader->get("glProgramUniform1fEXT"…
779 gl->programUniform1f = (glProgramUniform1fFunc) loader->get("glProgramUniform1f");
H A DglwFunctions.inl577 glProgramUniform1fFunc programUniform1f; variable
H A DglwInitES31.inl194 gl->programUniform1f = (glProgramUniform1fFunc) loader->get("glProgramUniform1f");
H A DglwInitES32.inl229 gl->programUniform1f = (glProgramUniform1fFunc) loader->get("glProgramUniform1f");
H A DglwInitGL42.inl263 gl->programUniform1f = (glProgramUniform1fFunc) loader->get("glProgramUniform1f");
H A DglwInitGL41.inl254 gl->programUniform1f = (glProgramUniform1fFunc) loader->get("glProgramUniform1f");
H A DglwInitGL44.inl305 gl->programUniform1f = (glProgramUniform1fFunc) loader->get("glProgramUniform1f");
H A DglwInitGL43.inl296 gl->programUniform1f = (glProgramUniform1fFunc) loader->get("glProgramUniform1f");
H A DglwInitGL45.inl386 gl->programUniform1f = (glProgramUniform1fFunc) loader->get("glProgramUniform1f");
H A DglwInitGL46.inl389 gl->programUniform1f = (glProgramUniform1fFunc) loader->get("glProgramUniform1f");
H A DglwImpl.inl4580 gl->programUniform1f(program, location, v0);
/aosp_15_r20/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl577 gl->programUniform1f = glProgramUniform1f;
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cSeparateShaderObjsTests.cpp1308 gl.programUniform1f(prog, location[0], value[0]); in progUniformf()
/aosp_15_r20/external/angle/src/libGLESv2/
H A Dentry_points_gles_3_1_autogen.cpp931 context->programUniform1f(programPacked, locationPacked, v0); in GL_ProgramUniform1f()
H A Dentry_points_gles_ext_autogen.cpp8507 context->programUniform1f(programPacked, locationPacked, v0); in GL_ProgramUniform1fEXT()