Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.cpp696 void GLContext::vertexAttrib4f (deUint32 index, float x, float y, float z, float w) in vertexAttrib4f() function in sglr::GLContext
DsglrReferenceContext.cpp3754 void ReferenceContext::vertexAttrib4f (deUint32 index, float x, float y, float z, float w) in vertexAttrib4f() function in sglr::ReferenceContext
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl.js941 vertexAttrib4f: function (...args) { method
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h238 PFNGLVERTEXATTRIB4FPROC vertexAttrib4f = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl854 glVertexAttrib4fFunc vertexAttrib4f; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp5754 void Context::vertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in vertexAttrib4f() function in gl::Context
/third_party/typescript/lib/
Dlib.webworker.d.ts5048 vertexAttrib4f(index: GLuint, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat): void; method
Dlib.dom.d.ts16295 vertexAttrib4f(index: GLuint, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat): void; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts5028 vertexAttrib4f(index: GLuint, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat): void; method
Ddom.generated.d.ts16275 vertexAttrib4f(index: GLuint, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat): void; method
/third_party/typescript/tests/lib/
Dlib.d.ts15144 vertexAttrib4f(indx: number, x: number, y: number, z: number, w: number): void; method