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()
169 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
354 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
475 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
562 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
684 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
775 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
/external/deqp/modules/glshared/
DglsLongStressCase.cpp125 static inline int computePixelStore (const TextureFormat& format) in computePixelStore() function
527 glPixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(format)); in setData()
569 glPixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(format)); in setSubData()