Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
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/flutter/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.inl758 glUniform3fFunc uniform3f; variable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp6438 void Context::uniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) in uniform3f() function in gl::Context
/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.ts4884 uniform3f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat, z: GLfloat): void; method
Ddom.generated.d.ts17915 uniform3f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat, z: GLfloat): void; method
/third_party/typescript/lib/
Dlib.webworker.d.ts4904 uniform3f(location: WebGLUniformLocation | null, x: GLfloat, y: GLfloat, z: GLfloat): void; method
Dlib.dom.d.ts17935 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