Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboSRGBWriteControlTests.cpp276 , fboType (fboTypeValue) {} in FBOConfig()
283 FboType fboType; member
552 TestFramebuffer (Context& context, const deUint32 targetType, const deUint32 colorAttachment, glw::GLuint textureAttachmentHandle, const bool isSRGB, const FboType fboType, const int idx);
577 TestFramebuffer::TestFramebuffer (Context& context, const deUint32 targetType, const deUint32 colorAttachment, glw::GLuint textureAttachmentHandle, const bool isSRGB, const FboType fboType, const int idx) in TestFramebuffer() argument
583 , m_type (fboType) in TestFramebuffer()
1068 FboSp framebuffer(new TestFramebuffer(m_context, fboConfigList[idx].fboTargetType, fboConfigList[idx].fboColorAttachment, texture->getHandle(), isSRGB, fboConfigList[idx].fboType, idx)); in createFBOwithColorAttachment()
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sSpecialFloatTests.cpp365 FramebufferRenderCase (Context& context, const char* name, const char* desc, FrameBufferType fboType);
382 FramebufferRenderCase::FramebufferRenderCase (Context& context, const char* name, const char* desc, FrameBufferType fboType) in FramebufferRenderCase() argument
383 : RenderCase (context, name, desc, (fboType == FBO_DEFAULT) ? (RENDERTARGETTYPE_SCREEN) : (RENDERTARGETTYPE_FBO)) in FramebufferRenderCase()
384 , m_fboType (fboType) in FramebufferRenderCase()
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp375 FramebufferRenderCase (Context& context, const char* name, const char* desc, FrameBufferType fboType);
392 FramebufferRenderCase::FramebufferRenderCase (Context& context, const char* name, const char* desc, FrameBufferType fboType) in FramebufferRenderCase() argument
393 : RenderCase (context, name, desc, (fboType == FBO_DEFAULT) ? (RENDERTARGETTYPE_SCREEN) : (RENDERTARGETTYPE_FBO)) in FramebufferRenderCase()
394 , m_fboType (fboType) in FramebufferRenderCase()

Completed in 7 milliseconds