Home
last modified time | relevance | path

Searched defs:bindTexture (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp397 void StateManagerGL::bindTexture(gl::TextureType type, GLuint texture) in bindTexture() function in rx::StateManagerGL
DDispatchTableGL_autogen.h81 PFNGLBINDTEXTUREPROC bindTexture = nullptr; variable
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp2806 void GrGLGpu::bindTexture(int unitIdx, GrSamplerState samplerState, const GrSwizzle& swizzle, in bindTexture() function in GrGLGpu
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp1080 void Context::bindTexture(TextureType target, TextureID handle) in bindTexture() function in gl::Context