OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RENDERTARGET_DEFAULT
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles3/functional/
es3fRasterizationTests.cpp
103
RENDERTARGET_DEFAULT
= 0,
157
, m_pixelFormat ((m_renderTarget ==
RENDERTARGET_DEFAULT
) ? (m_context.getRenderTarget().getPixelFormat()) : (getInternalFormatPixelFormat(m_fboInternalFormat)))
183
if (m_renderTarget ==
RENDERTARGET_DEFAULT
&& (width < m_renderSize || height < m_renderSize))
214
if (m_renderTarget !=
RENDERTARGET_DEFAULT
)
293
if (m_renderTarget ==
RENDERTARGET_DEFAULT
)
645
PointCase (Context& context, const char* name, const char* desc, PrimitiveWideness wideness, BaseRenderingCase::RenderTarget renderTarget =
RENDERTARGET_DEFAULT
, int numSamples = -1);
824
TrianglesCase (Context& context, const char* name, const char* desc, BaseRenderingCase::RenderTarget renderTarget =
RENDERTARGET_DEFAULT
, int numSamples = -1);
901
TriangleStripCase (Context& context, const char* name, const char* desc, BaseRenderingCase::RenderTarget renderTarget =
RENDERTARGET_DEFAULT
, int numSamples = -1);
970
TriangleFanCase (Context& context, const char* name, const char* desc, BaseRenderingCase::RenderTarget renderTarget =
RENDERTARGET_DEFAULT
, int numSamples = -1);
[
all
...]
/external/deqp/modules/gles31/functional/
es31fPrimitiveBoundingBoxTests.cpp
516
RENDERTARGET_DEFAULT
,
605
, m_renderTarget ((flags & FLAG_RENDERTARGET_DEFAULT) ? (
RENDERTARGET_DEFAULT
) : (RENDERTARGET_FBO))
615
DE_ASSERT((((m_renderTarget ==
RENDERTARGET_DEFAULT
) ? (FLAG_RENDERTARGET_DEFAULT) : (0)) |
643
const tcu::IVec2 renderTargetSize = (m_renderTarget ==
RENDERTARGET_DEFAULT
) ?
655
if (m_renderTarget ==
RENDERTARGET_DEFAULT
&& (renderTargetSize.x() < RENDER_TARGET_MIN_SIZE || renderTargetSize.y() < RENDER_TARGET_MIN_SIZE))
[
all
...]
es31fShaderImageLoadStoreTests.cpp
[
all
...]
Completed in 144 milliseconds