Searched defs:uniform2f (Results 1 – 11 of 11) sorted by relevance
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/ |
D | webgl.js | 890 uniform2f: function (...args) { method
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.h | 193 PFNGLUNIFORM2FPROC uniform2f = nullptr; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.h | 193 PFNGLUNIFORM2FPROC uniform2f = nullptr; variable
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwFunctions.inl | 754 glUniform2fFunc uniform2f; variable
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context.cpp | 6412 void Context::uniform2f(GLint location, GLfloat x, GLfloat y) in uniform2f() function in gl::Context
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context.cpp | 7248 void Context::uniform2f(UniformLocation location, GLfloat x, GLfloat y) in uniform2f() function in gl::Context
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 4902 uniform2f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat): void; method
|
D | lib.dom.d.ts | 17933 uniform2f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat): void; method
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 4882 uniform2f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat): void; method
|
D | dom.generated.d.ts | 17913 uniform2f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat): void; method
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 15121 uniform2f(location: WebGLUniformLocation, x: number, y: number): void; method
|