Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DPixelLocalStorageTest.cpp176 class PLSTestTexture class
179 PLSTestTexture(GLenum internalformat) { reset(internalformat); } in PLSTestTexture() function in PLSTestTexture
180 PLSTestTexture(GLenum internalformat, int w, int h) { reset(internalformat, w, h); } in PLSTestTexture() function in PLSTestTexture
181 PLSTestTexture(PLSTestTexture &&that) : mID(std::exchange(that.mID, 0)) {} in PLSTestTexture() function in PLSTestTexture