Searched refs:computePixelStore (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluTexture.cpp | 41 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() 301 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload() 388 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload() 509 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload() 596 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload() 718 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload() 809 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat())); in upload()
|
/external/deqp/modules/glshared/ |
D | glsLongStressCase.cpp | 125 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()
|