Home
last modified time | relevance | path

Searched defs:bindTextures (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h611 PFNGLBINDTEXTURESPROC bindTextures = nullptr; variable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl.cpp2933 void Context::bindTextures(GLuint first, GLsizei count, const GLuint *textures) in bindTextures() function in gl::Context