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

/external/deqp/framework/opengl/
H A DgluTexture.cpp41 static inline int computePixelStore (const tcu::TextureFormat& format) function in namespace:glu
86 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
169 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
370 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
491 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
550 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
610 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
670 gl.pixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(m_refTexture.getFormat()));
/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp125 static inline int computePixelStore (const TextureFormat& format) function in namespace:deqp::gls
527 glPixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(format));
569 glPixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(format));

Completed in 89 milliseconds