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

  /external/deqp/framework/common/
tcuRenderTarget.cpp 32 , m_pixelFormat (PixelFormat(0, 0, 0, 0))
42 , m_pixelFormat (format)
tcuRenderTarget.hpp 42 const PixelFormat& getPixelFormat (void) const { return m_pixelFormat; }
54 PixelFormat m_pixelFormat;
  /external/deqp/modules/gles3/functional/
es3fRasterizationTests.cpp 134 const tcu::PixelFormat m_pixelFormat;
152 , m_pixelFormat ((m_renderTarget == RENDERTARGET_DEFAULT) ? (m_context.getRenderTarget().getPixelFormat()) : (getInternalFormatPixelFormat(m_fboInternalFormat)))
415 return m_pixelFormat;
    [all...]

Completed in 117 milliseconds