Searched defs:uniform2i (Results 1 – 9 of 9) sorted by relevance
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/ |
| D | webgl.js | 907 uniform2i: function (...args) { method
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | DispatchTableGL_autogen.h | 195 PFNGLUNIFORM2IPROC uniform2i = nullptr; variable
|
| /third_party/vk-gl-cts/framework/opengl/wrapper/ |
| D | glwFunctions.inl | 752 glUniform2iFunc uniform2i; variable
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Context.cpp | 7261 void Context::uniform2i(UniformLocation location, GLint x, GLint y) in uniform2i() function in gl::Context
|
| /third_party/typescript/lib/ |
| D | lib.webworker.d.ts | 5035 uniform2i(location: WebGLUniformLocation | null, x: GLint, y: GLint): void; method
|
| D | lib.dom.d.ts | 16282 uniform2i(location: WebGLUniformLocation | null, x: GLint, y: GLint): void; method
|
| /third_party/typescript/src/lib/ |
| D | webworker.generated.d.ts | 5015 uniform2i(location: WebGLUniformLocation | null, x: GLint, y: GLint): void; method
|
| D | dom.generated.d.ts | 16262 uniform2i(location: WebGLUniformLocation | null, x: GLint, y: GLint): void; method
|
| /third_party/typescript/tests/lib/ |
| D | lib.d.ts | 15123 uniform2i(location: WebGLUniformLocation, x: number, y: number): void; method
|