Searched defs:PLSTestTexture (Results 1 – 1 of 1) sorted by relevance
176 class PLSTestTexture class179 PLSTestTexture(GLenum internalformat) { reset(internalformat); } in PLSTestTexture() function in PLSTestTexture180 PLSTestTexture(GLenum internalformat, int w, int h) { reset(internalformat, w, h); } in PLSTestTexture() function in PLSTestTexture181 PLSTestTexture(PLSTestTexture &&that) : mID(std::exchange(that.mID, 0)) {} in PLSTestTexture() function in PLSTestTexture