Searched refs:DefaultFramebufferBlitCase (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fFramebufferBlitTests.cpp | 697 class DefaultFramebufferBlitCase : public BlitDefaultFramebufferCase class 715 …DefaultFramebufferBlitCase (Context& context, const char* name, const char* desc, deUint32 format,… in DefaultFramebufferBlitCase() function in deqp::gles3::Functional::DefaultFramebufferBlitCase 1070 DefaultFramebufferBlitCase::BlitArea area; in init() 1073 { "scale", DefaultFramebufferBlitCase::AREA_SCALE }, in init() 1074 { "out_of_bounds", DefaultFramebufferBlitCase::AREA_OUT_OF_BOUNDS }, in init() 1099 …const bool addNearest = !addLinear || (areas[areaNdx].area != DefaultFramebufferBlitCase::AREA_… in init() 1103 …DefaultFramebufferBlitCase(m_context, (std::string(getFormatName(format)) + "_nearest_" + name + "… in init() 1104 …DefaultFramebufferBlitCase(m_context, (std::string(getFormatName(format)) + "_nearest_" + name + "… in init() 1109 …DefaultFramebufferBlitCase(m_context, (std::string(getFormatName(format)) + "_linear_" + name + "_… in init() 1110 …DefaultFramebufferBlitCase(m_context, (std::string(getFormatName(format)) + "_linear_" + name + "_… in init()
|