Home
last modified time | relevance | path

Searched refs:computePixelStore (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/opengl/
DgluTexture.cpp41 static inline int computePixelStore(const tcu::TextureFormat &format) in computePixelStore() function
86 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
172 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
309 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
399 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
524 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
616 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
738 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
831 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
/external/deqp/modules/glshared/
DglsLongStressCase.cpp99 static inline int computePixelStore(const TextureFormat &format) in computePixelStore() function
595 glPixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(format)); in setData()
640 glPixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(format)); in setSubData()