HomeSort by relevance Sort by last modified time
    Searched refs:computePixelStore (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/opengl/
gluTexture.cpp 41 static inline int computePixelStore (const tcu::TextureFormat& format)
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/
glsLongStressCase.cpp 125 static inline int computePixelStore (const TextureFormat& format)
527 glPixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(format));
569 glPixelStorei(GL_UNPACK_ALIGNMENT, computePixelStore(format));
    [all...]

Completed in 52 milliseconds