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() 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/ |
D | glsLongStressCase.cpp | 99 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()
|