Home
last modified time | relevance | path

Searched refs:programUniform2f (Results 1 – 8 of 8) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DContext_gles_3_1_autogen.h66 void programUniform2f(ShaderProgramID programPacked, UniformLocation locationPacked, \
Dframe_capture_replay_autogen.cpp2154 context->programUniform2f( in ReplayCall()
DContext.cpp7390 void Context::programUniform2f(ShaderProgramID program, in programUniform2f() function in gl::Context
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp505 ASSIGN("glProgramUniform2f", programUniform2f); in initProcsDesktopGL()
1213 ASSIGN("glProgramUniform2f", programUniform2f); in initProcsDesktopGL()
2211 ASSIGN("glProgramUniform2f", programUniform2f); in initProcsGLES()
2732 ASSIGN("glProgramUniform2fEXT", programUniform2f); in initProcsSharedExtensions()
3273 programUniform2f = &glProgramUniform2fNULL; in initProcsDesktopGLNULL()
3979 programUniform2f = &glProgramUniform2fNULL; in initProcsDesktopGLNULL()
4976 programUniform2f = &glProgramUniform2fNULL; in initProcsGLESNULL()
5497 programUniform2f = &glProgramUniform2fNULL; in initProcsSharedExtensionsNULL()
DDispatchTableGL_autogen.h485 PFNGLPROGRAMUNIFORM2FPROC programUniform2f = nullptr; variable
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_3_1_autogen.cpp875 context->programUniform2f(programPacked, locationPacked, v0, v1); in ProgramUniform2f()
Dentry_points_gles_ext_autogen.cpp18463 context->programUniform2f(programPacked, locationPacked, v0, v1); in ProgramUniform2fContextANGLE()
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_4_1_autogen.cpp740 context->programUniform2f(programPacked, locationPacked, v0, v1); in ProgramUniform2f()