Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramExecutable.h46 struct ImageBinding struct
54 TextureType textureType;
58 std::vector<GLuint> boundImageUnits;
DProgram.cpp1203 ImageBinding::ImageBinding(size_t count, TextureType textureTypeIn) in ImageBinding() function in gl::ImageBinding
1206 ImageBinding::ImageBinding(GLuint imageUnit, size_t count, TextureType textureTypeIn) in ImageBinding() function in gl::ImageBinding
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgram.h282 struct ImageBinding struct
289 std::vector<GLuint> boundImageUnits;
292 bool unreferenced;
DProgram.cpp969 ImageBinding::ImageBinding(size_t count) : boundImageUnits(count, 0), unreferenced(false) {} in ImageBinding() function in gl::ImageBinding
970 ImageBinding::ImageBinding(GLuint imageUnit, size_t count, bool unreferenced) in ImageBinding() function in gl::ImageBinding