Searched defs:vertexAttrib2f (Results 1 – 11 of 11) sorted by relevance
| /third_party/vk-gl-cts/framework/opengl/simplereference/ |
| D | sglrGLContext.cpp | 686 void GLContext::vertexAttrib2f (deUint32 index, float x, float y) in vertexAttrib2f() function in sglr::GLContext
|
| D | sglrReferenceContext.cpp | 3740 void ReferenceContext::vertexAttrib2f (deUint32 index, float x, float y) in vertexAttrib2f() function in sglr::ReferenceContext
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/ |
| D | webgl.js | 932 vertexAttrib2f: function (...args) { method
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | DispatchTableGL_autogen.h | 218 PFNGLVERTEXATTRIB2FPROC vertexAttrib2f = nullptr; variable
|
| /third_party/vk-gl-cts/framework/opengl/wrapper/ |
| D | glwFunctions.inl | 834 glVertexAttrib2fFunc vertexAttrib2f; variable
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Context.cpp | 5726 void Context::vertexAttrib2f(GLuint index, GLfloat x, GLfloat y) in vertexAttrib2f() function in gl::Context
|
| /third_party/typescript/lib/ |
| D | lib.webworker.d.ts | 5044 vertexAttrib2f(index: GLuint, x: GLfloat, y: GLfloat): void; method
|
| D | lib.dom.d.ts | 16291 vertexAttrib2f(index: GLuint, x: GLfloat, y: GLfloat): void; method
|
| /third_party/typescript/src/lib/ |
| D | webworker.generated.d.ts | 5024 vertexAttrib2f(index: GLuint, x: GLfloat, y: GLfloat): void; method
|
| D | dom.generated.d.ts | 16271 vertexAttrib2f(index: GLuint, x: GLfloat, y: GLfloat): void; method
|
| /third_party/typescript/tests/lib/ |
| D | lib.d.ts | 15140 vertexAttrib2f(indx: number, x: number, y: number): void; method
|