Searched refs:m_surfaceType (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/egl/
H A DteglThreadCleanUpTests.cpp170 , m_surfaceType (surfaceType)
211 if (m_surfaceType == SURFACETYPE_SINGLE)
278 const SurfaceType m_surfaceType; member in class:deqp::egl::__anon4264::ThreadCleanUpTest
H A DteglNegativePartialUpdateTests.cpp72 SurfaceType m_surfaceType; member in class:deqp::egl::__anon4246::NegativePartialUpdateTest
135 , m_surfaceType (surfaceType)
160 m_eglConfig = getEGLConfig(egl, m_eglDisplay, m_surfaceType, m_preserveBuffer);
162 if (m_surfaceType == SURFACETYPE_PBUFFER)
/external/deqp/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp587 SurfaceType m_surfaceType; member in class:deqp::gles3::Functional::TriangleDerivateCase
598 , m_surfaceType (SURFACETYPE_DEFAULT_FRAMEBUFFER)
602 DE_ASSERT(m_surfaceType != SURFACETYPE_DEFAULT_FRAMEBUFFER || m_numSamples == 0);
635 if (m_surfaceType == SURFACETYPE_DEFAULT_FRAMEBUFFER)
650 const bool useFbo = m_surfaceType != SURFACETYPE_DEFAULT_FRAMEBUFFER;
651 const deUint32 fboFormat = m_surfaceType == SURFACETYPE_FLOAT_FBO ? GL_RGBA32UI : GL_RGBA8;
797 switch (m_surfaceType)
847 switch (m_surfaceType)
962 m_surfaceType = surfaceType;
971 const bool packToInt = m_surfaceType
[all...]

Completed in 168 milliseconds