Searched defs:uniform2f (Results 1 – 8 of 8) sorted by relevance
| /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/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Context.cpp | 7252 void Context::uniform2f(UniformLocation location, GLfloat x, GLfloat y) in uniform2f() function in gl::Context
|
| /third_party/typescript/lib/ |
| D | lib.webworker.d.ts | 5034 uniform2f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat): void; method
|
| D | lib.dom.d.ts | 16281 uniform2f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat): void; method
|
| /third_party/typescript/src/lib/ |
| D | webworker.generated.d.ts | 5014 uniform2f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat): void; method
|
| D | dom.generated.d.ts | 16261 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
|