Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramExecutable.h67 struct ImageBinding struct
70 ImageBinding(size_t count, TextureType textureTypeIn) in ImageBinding() argument
76 TextureType textureType;
80 std::vector<GLuint> boundImageUnits;
H A DProgramExecutable.cpp680 ImageBinding::ImageBinding(GLuint imageUnit, size_t count, TextureType textureTypeIn) in ImageBinding() function in gl::ImageBinding