Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DPixelLocalStorageTest.cpp137 class PLSTestTexture class
140 PLSTestTexture(GLenum internalformat) { reset(internalformat); } in PLSTestTexture() function in PLSTestTexture
141 PLSTestTexture(GLenum internalformat, int w, int h) { reset(internalformat, w, h); } in PLSTestTexture() function in PLSTestTexture
142 PLSTestTexture(PLSTestTexture &&that) : mID(std::exchange(that.mID, 0)) {} in PLSTestTexture() function in PLSTestTexture