Searched refs:FrameBufferBindingTestCase (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fIntegerStateQueryTests.cpp | 1872 class FrameBufferBindingTestCase : public BindingTest class 1875 FrameBufferBindingTestCase (Context& context, QueryType type, const char* name, const char* description) in FrameBufferBindingTestCase() function in deqp::gles2::Functional::__anon30426::FrameBufferBindingTestCase 2217 FOR_EACH_QUERYTYPE(queryTypes, addChild(new FrameBufferBindingTestCase (m_context, queryType, (std::string("framebuffer_binding") + getQueryTypeSuffix(queryType)).c_str(), "DRAW_FRAMEBUFFER_BINDING and READ_FRAMEBUFFER_BINDING"))); in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fIntegerStateQueryTests.cpp | 2456 class FrameBufferBindingTestCase : public BindingTest class 2459 FrameBufferBindingTestCase (Context& context, QueryType type, const char* name, const char* description) in FrameBufferBindingTestCase() function in deqp::gles3::Functional::__anon30569::FrameBufferBindingTestCase 3049 FOR_EACH_QUERYTYPE(queryTypes, addChild(new FrameBufferBindingTestCase (m_context, queryType, (std::string("framebuffer_binding") + getQueryTypeSuffix(queryType)).c_str(), "DRAW_FRAMEBUFFER_BINDING and READ_FRAMEBUFFER_BINDING"))); in init()
|
Completed in 9 milliseconds