Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DProgramExecutable.h46 struct ImageBinding struct
53 std::vector<GLuint> boundImageUnits;
56 bool unreferenced;
DProgram.cpp1064 ImageBinding::ImageBinding(size_t count) : boundImageUnits(count, 0), unreferenced(false) {} in ImageBinding() function in gl::ImageBinding
1065 ImageBinding::ImageBinding(GLuint imageUnit, size_t count, bool unreferenced) in ImageBinding() function in gl::ImageBinding