Home
last modified time | relevance | path

Searched defs:bindVertexArray (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.h64 void bindVertexArray(GrGLuint id) { in bindVertexArray() function
/third_party/skia/src/gpu/gl/
DGrGLGpu.h57 void bindVertexArray(GrGLuint id) { in bindVertexArray() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dwebgl2.js432 bindVertexArray: function (...args) { method
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp332 void StateManagerGL::bindVertexArray(GLuint vao, GLuint elementArrayBuffer) in bindVertexArray() function in rx::StateManagerGL
DDispatchTableGL_autogen.h264 PFNGLBINDVERTEXARRAYPROC bindVertexArray = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp409 void StateManagerGL::bindVertexArray(GLuint vao, VertexArrayStateGL *vaoState) in bindVertexArray() function in rx::StateManagerGL
DDispatchTableGL_autogen.h264 PFNGLBINDVERTEXARRAYPROC bindVertexArray = nullptr; variable
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp1240 void Context::bindVertexArray(GLuint array) in bindVertexArray() function in es2::Context
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp1116 void Context::bindVertexArray(GLuint vertexArrayHandle) in bindVertexArray() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp1242 void Context::bindVertexArray(VertexArrayID vertexArrayHandle) in bindVertexArray() function in gl::Context
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts3987 bindVertexArray(array: WebGLVertexArrayObject | null): void; method
Ddom.generated.d.ts17018 bindVertexArray(array: WebGLVertexArrayObject | null): void; method
/third_party/typescript/lib/
Dlib.webworker.d.ts4007 bindVertexArray(array: WebGLVertexArrayObject | null): void; method
Dlib.dom.d.ts17038 bindVertexArray(array: WebGLVertexArrayObject | null): void; method