Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dwebgl.js886 uniform1f: function (...args) { method
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.cpp716 void GLContext::uniform1f (deInt32 location, float v0) in uniform1f() function in sglr::GLContext
DsglrReferenceContext.cpp3854 void ReferenceContext::uniform1f (deInt32 location, const float v0) in uniform1f() function in sglr::ReferenceContext
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h189 PFNGLUNIFORM1FPROC uniform1f = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h189 PFNGLUNIFORM1FPROC uniform1f = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl742 glUniform1fFunc uniform1f; variable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp6379 void Context::uniform1f(GLint location, GLfloat x) in uniform1f() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp7210 void Context::uniform1f(UniformLocation location, GLfloat x) in uniform1f() function in gl::Context
/third_party/typescript/lib/
Dlib.webworker.d.ts4900 uniform1f(location: WebGLUniformLocation | null, x: GLfloat): void; method
Dlib.dom.d.ts17931 uniform1f(location: WebGLUniformLocation | null, x: GLfloat): void; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4880 uniform1f(location: WebGLUniformLocation | null, x: GLfloat): void; method
Ddom.generated.d.ts17911 uniform1f(location: WebGLUniformLocation | null, x: GLfloat): void; method
/third_party/typescript/tests/lib/
Dlib.d.ts15117 uniform1f(location: WebGLUniformLocation, x: number): void; method