Searched defs:vertexAttrib4fv (Results 1 – 13 of 13) sorted by relevance
/third_party/typescript/src/lib/ |
D | webworker.iterable.generated.d.ts | 140 vertexAttrib4fv(index: GLuint, values: Iterable<GLfloat>): void; method
|
D | dom.iterable.generated.d.ts | 306 vertexAttrib4fv(index: GLuint, values: Iterable<GLfloat>): void; method
|
D | webworker.generated.d.ts | 5029 vertexAttrib4fv(index: GLuint, values: Float32List): void; method
|
D | dom.generated.d.ts | 16276 vertexAttrib4fv(index: GLuint, values: Float32List): void; method
|
/third_party/typescript/lib/ |
D | lib.webworker.iterable.d.ts | 160 vertexAttrib4fv(index: GLuint, values: Iterable<GLfloat>): void; method
|
D | lib.dom.iterable.d.ts | 326 vertexAttrib4fv(index: GLuint, values: Iterable<GLfloat>): void; method
|
D | lib.webworker.d.ts | 5049 vertexAttrib4fv(index: GLuint, values: Float32List): void; method
|
D | lib.dom.d.ts | 16296 vertexAttrib4fv(index: GLuint, values: Float32List): void; method
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/ |
D | webgl.js | 958 vertexAttrib4fv: function (...args) { method
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.h | 239 PFNGLVERTEXATTRIB4FVPROC vertexAttrib4fv = nullptr; variable
|
/third_party/vk-gl-cts/framework/opengl/wrapper/ |
D | glwFunctions.inl | 855 glVertexAttrib4fvFunc vertexAttrib4fv; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context.cpp | 5761 void Context::vertexAttrib4fv(GLuint index, const GLfloat *values) in vertexAttrib4fv() function in gl::Context
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 15145 vertexAttrib4fv(indx: number, values: Float32Array): void; method
|