Searched defs:uniform3f (Results 1 – 11 of 11) sorted by relevance
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
| D | webgl.js | 895 uniform3f: function (...args) { method
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | DispatchTableGL_autogen.h | 197 PFNGLUNIFORM3FPROC uniform3f = nullptr; variable
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | DispatchTableGL_autogen.h | 197 PFNGLUNIFORM3FPROC uniform3f = nullptr; variable
|
| /third_party/vk-gl-cts/framework/opengl/wrapper/ |
| D | glwFunctions.inl | 758 glUniform3fFunc uniform3f; variable
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Context.cpp | 6438 void Context::uniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) in uniform3f() function in gl::Context
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Context.cpp | 7274 void Context::uniform3f(UniformLocation location, GLfloat x, GLfloat y, GLfloat z) in uniform3f() function in gl::Context
|
| /third_party/typescript/src/lib/ |
| D | webworker.generated.d.ts | 4884 uniform3f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat, z: GLfloat): void; method
|
| D | dom.generated.d.ts | 17915 uniform3f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat, z: GLfloat): void; method
|
| /third_party/typescript/lib/ |
| D | lib.webworker.d.ts | 4904 uniform3f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat, z: GLfloat): void; method
|
| D | lib.dom.d.ts | 17935 uniform3f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat, z: GLfloat): void; method
|
| /third_party/typescript/tests/lib/ |
| D | lib.d.ts | 15125 uniform3f(location: WebGLUniformLocation, x: number, y: number, z: number): void; method
|