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

  /external/deqp/modules/gles31/functional/
es31fFboSRGBWriteControlTests.cpp 107 enum FboType
271 const FboType fboTypeValue)
276 , fboType (fboTypeValue) {}
283 FboType fboType;
552 TestFramebuffer (Context& context, const deUint32 targetType, const deUint32 colorAttachment, glw::GLuint textureAttachmentHandle, const bool isSRGB, const FboType fboType, const int idx);
557 FboType getType (void) const;
572 FboType m_type;
577 TestFramebuffer::TestFramebuffer (Context& context, const deUint32 targetType, const deUint32 colorAttachment, glw::GLuint textureAttachmentHandle, const bool isSRGB, const FboType fboType, const int idx
    [all...]
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 365 FramebufferRenderCase (Context& context, const char* name, const char* desc, FrameBufferType fboType);
382 FramebufferRenderCase::FramebufferRenderCase (Context& context, const char* name, const char* desc, FrameBufferType fboType)
383 : RenderCase (context, name, desc, (fboType == FBO_DEFAULT) ? (RENDERTARGETTYPE_SCREEN) : (RENDERTARGETTYPE_FBO))
384 , m_fboType (fboType)
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 375 FramebufferRenderCase (Context& context, const char* name, const char* desc, FrameBufferType fboType);
392 FramebufferRenderCase::FramebufferRenderCase (Context& context, const char* name, const char* desc, FrameBufferType fboType)
393 : RenderCase (context, name, desc, (fboType == FBO_DEFAULT) ? (RENDERTARGETTYPE_SCREEN) : (RENDERTARGETTYPE_FBO))
394 , m_fboType (fboType)
    [all...]

Completed in 495 milliseconds