Searched refs:textureBufGL (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp696 static void setTextureStorage (glu::CallLogWrapper& glLog, TextureType imageType, deUint32 internalFormat, const IVec3& imageSize, deUint32 textureBufGL) argument
707 glLog.glBindBuffer(GL_TEXTURE_BUFFER, textureBufGL);
709 glLog.glTexBuffer(GL_TEXTURE_BUFFER, internalFormat, textureBufGL);
732 static void uploadTexture (glu::CallLogWrapper& glLog, const LayeredImage& src, deUint32 textureBufGL) argument
738 setTextureStorage(glLog, src.getImageType(), internalFormat, imageSize, textureBufGL);
754 glLog.glBindBuffer(GL_TEXTURE_BUFFER, textureBufGL);

Completed in 143 milliseconds