Searched defs:vertexAttrib4f (Results 1 – 11 of 11) sorted by relevance
| /third_party/vk-gl-cts/framework/opengl/simplereference/ |
| D | sglrGLContext.cpp | 696 void GLContext::vertexAttrib4f (deUint32 index, float x, float y, float z, float w) in vertexAttrib4f() function in sglr::GLContext
|
| D | sglrReferenceContext.cpp | 3754 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/ |
| D | webgl.js | 941 vertexAttrib4f: function (...args) { method
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | DispatchTableGL_autogen.h | 238 PFNGLVERTEXATTRIB4FPROC vertexAttrib4f = nullptr; variable
|
| /third_party/vk-gl-cts/framework/opengl/wrapper/ |
| D | glwFunctions.inl | 854 glVertexAttrib4fFunc vertexAttrib4f; variable
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Context.cpp | 5754 void Context::vertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in vertexAttrib4f() function in gl::Context
|
| /third_party/typescript/lib/ |
| D | lib.webworker.d.ts | 5048 vertexAttrib4f(index: GLuint, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat): void; method
|
| D | lib.dom.d.ts | 16295 vertexAttrib4f(index: GLuint, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat): void; method
|
| /third_party/typescript/src/lib/ |
| D | webworker.generated.d.ts | 5028 vertexAttrib4f(index: GLuint, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat): void; method
|
| D | dom.generated.d.ts | 16275 vertexAttrib4f(index: GLuint, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat): void; method
|
| /third_party/typescript/tests/lib/ |
| D | lib.d.ts | 15144 vertexAttrib4f(indx: number, x: number, y: number, z: number, w: number): void; method
|