Home
last modified time | relevance | path

Searched defs:uniform2f (Results 1 – 11 of 11) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl.js890 uniform2f: function (...args) { method
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h193 PFNGLUNIFORM2FPROC uniform2f = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h193 PFNGLUNIFORM2FPROC uniform2f = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl754 glUniform2fFunc uniform2f; variable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp6412 void Context::uniform2f(GLint location, GLfloat x, GLfloat y) in uniform2f() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp7248 void Context::uniform2f(UniformLocation location, GLfloat x, GLfloat y) in uniform2f() function in gl::Context
/third_party/typescript/lib/
Dlib.webworker.d.ts4902 uniform2f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat): void; method
Dlib.dom.d.ts17933 uniform2f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat): void; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4882 uniform2f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat): void; method
Ddom.generated.d.ts17913 uniform2f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat): void; method
/third_party/typescript/tests/lib/
Dlib.d.ts15121 uniform2f(location: WebGLUniformLocation, x: number, y: number): void; method