Searched refs:glLog (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fShaderImageLoadStoreTests.cpp | 685 static void setTextureStorage (glu::CallLogWrapper& glLog, TextureType imageType, deUint32 internal… in setTextureStorage() argument 696 glLog.glBindBuffer(GL_TEXTURE_BUFFER, textureBufGL); in setTextureStorage() 697 glLog.glBufferData(GL_TEXTURE_BUFFER, numBytes, DE_NULL, GL_STATIC_DRAW); in setTextureStorage() 698 glLog.glTexBuffer(GL_TEXTURE_BUFFER, internalFormat, textureBufGL); in setTextureStorage() 707 glLog.glTexStorage2D(textureTarget, 1, internalFormat, imageSize.x(), imageSize.y()); in setTextureStorage() 713 …glLog.glTexStorage3D(textureTarget, 1, internalFormat, imageSize.x(), imageSize.y(), imageSize.z()… in setTextureStorage() 721 static void uploadTexture (glu::CallLogWrapper& glLog, const LayeredImage& src, deUint32 textureBuf… in uploadTexture() argument 727 setTextureStorage(glLog, src.getImageType(), internalFormat, imageSize, textureBufGL); in uploadTexture() 738 glLog.glPixelStorei(GL_UNPACK_ALIGNMENT, unpackAlignment); in uploadTexture() 743 glLog.glBindBuffer(GL_TEXTURE_BUFFER, textureBufGL); in uploadTexture() [all …]
|