Searched defs:uniform4f (Results 1 – 9 of 9) sorted by relevance
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/ |
| D | webgl.js | 899 uniform4f: function (...args) { method
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | DispatchTableGL_autogen.h | 201 PFNGLUNIFORM4FPROC uniform4f = nullptr; variable
|
| /third_party/vk-gl-cts/framework/opengl/wrapper/ |
| D | glwFunctions.inl | 770 glUniform4fFunc uniform4f; variable
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Context.cpp | 7300 void Context::uniform4f(UniformLocation location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in uniform4f() function in gl::Context
|
| /third_party/typescript/src/lib/ |
| D | webworker.generated.d.ts | 5018 …uniform4f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat): … method
|
| D | dom.generated.d.ts | 16265 …uniform4f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat): … method
|
| /third_party/typescript/lib/ |
| D | lib.webworker.d.ts | 5038 …uniform4f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat): … method
|
| D | lib.dom.d.ts | 16285 …uniform4f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat): … method
|
| /third_party/typescript/tests/lib/ |
| D | lib.d.ts | 15129 uniform4f(location: WebGLUniformLocation, x: number, y: number, z: number, w: number): void; method
|