Home
last modified time | relevance | path

Searched defs:vertexAttrib4fv (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/src/lib/
Dwebworker.iterable.generated.d.ts140 vertexAttrib4fv(index: GLuint, values: Iterable<GLfloat>): void; method
Ddom.iterable.generated.d.ts306 vertexAttrib4fv(index: GLuint, values: Iterable<GLfloat>): void; method
Dwebworker.generated.d.ts5029 vertexAttrib4fv(index: GLuint, values: Float32List): void; method
Ddom.generated.d.ts16276 vertexAttrib4fv(index: GLuint, values: Float32List): void; method
/third_party/typescript/lib/
Dlib.webworker.iterable.d.ts160 vertexAttrib4fv(index: GLuint, values: Iterable<GLfloat>): void; method
Dlib.dom.iterable.d.ts326 vertexAttrib4fv(index: GLuint, values: Iterable<GLfloat>): void; method
Dlib.webworker.d.ts5049 vertexAttrib4fv(index: GLuint, values: Float32List): void; method
Dlib.dom.d.ts16296 vertexAttrib4fv(index: GLuint, values: Float32List): void; method
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl.js958 vertexAttrib4fv: function (...args) { method
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h239 PFNGLVERTEXATTRIB4FVPROC vertexAttrib4fv = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl855 glVertexAttrib4fvFunc vertexAttrib4fv; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp5761 void Context::vertexAttrib4fv(GLuint index, const GLfloat *values) in vertexAttrib4fv() function in gl::Context
/third_party/typescript/tests/lib/
Dlib.d.ts15145 vertexAttrib4fv(indx: number, values: Float32Array): void; method