Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl.js895 uniform3f: function (...args) { method
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h197 PFNGLUNIFORM3FPROC uniform3f = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl762 glUniform3fFunc uniform3f; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp7274 void Context::uniform3f(UniformLocation location, GLfloat x, GLfloat y, GLfloat z) in uniform3f() function in gl::Context
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts5016 uniform3f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat, z: GLfloat): void; method
Ddom.generated.d.ts16263 uniform3f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat, z: GLfloat): void; method
/third_party/typescript/lib/
Dlib.webworker.d.ts5036 uniform3f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat, z: GLfloat): void; method
Dlib.dom.d.ts16283 uniform3f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat, z: GLfloat): void; method
/third_party/typescript/tests/lib/
Dlib.d.ts15125 uniform3f(location: WebGLUniformLocation, x: number, y: number, z: number): void; method