Home
last modified time | relevance | path

Searched defs:uniform4f (Results 1 – 9 of 9) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl.js899 uniform4f: function (...args) { method
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h201 PFNGLUNIFORM4FPROC uniform4f = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl770 glUniform4fFunc uniform4f; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp7300 void Context::uniform4f(UniformLocation location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in uniform4f() function in gl::Context
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts5018uniform4f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat): … method
Ddom.generated.d.ts16265uniform4f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat): … method
/third_party/typescript/lib/
Dlib.webworker.d.ts5038uniform4f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat): … method
Dlib.dom.d.ts16285uniform4f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat): … method
/third_party/typescript/tests/lib/
Dlib.d.ts15129 uniform4f(location: WebGLUniformLocation, x: number, y: number, z: number, w: number): void; method