Home
last modified time | relevance | path

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

/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/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp7252 void Context::uniform2f(UniformLocation location, GLfloat x, GLfloat y) in uniform2f() function in gl::Context
/third_party/typescript/lib/
Dlib.webworker.d.ts5034 uniform2f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat): void; method
Dlib.dom.d.ts16281 uniform2f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat): void; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts5014 uniform2f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat): void; method
Ddom.generated.d.ts16261 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