Home
last modified time | relevance | path

Searched refs:checkExtension (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/egl/
DteglSwapBuffersWithDamageTests.cpp276 virtual void checkExtension (const Library& egl, EGLDisplay eglDisplay);
317 void SwapBuffersWithDamageTest::checkExtension (const Library& egl, EGLDisplay eglDisplay) in checkExtension() function in deqp::egl::__anon375e92550111::SwapBuffersWithDamageTest
330 checkExtension(egl, m_eglDisplay); in init()
541 void checkExtension (const Library& egl, EGLDisplay eglDisplay);
555 void SwapBuffersWithDamageAndBufferAgeTest::checkExtension (const Library& egl, EGLDisplay eglDispl… in checkExtension() function in deqp::egl::__anon375e92550111::SwapBuffersWithDamageAndBufferAgeTest
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp2840 bool checkExtension (vector<VkExtensionProperties>& properties, const char* extension) in checkExtension() function
2879 const bool khr_8bit_storage = checkExtension(properties,"VK_KHR_8bit_storage"); in deviceFeatures2()
2880 const bool ext_conditional_rendering = checkExtension(properties,"VK_EXT_conditional_rendering"); in deviceFeatures2()
2881 const bool scalar_block_layout = checkExtension(properties,"VK_EXT_scalar_block_layout"); in deviceFeatures2()
2889 khr_16bit_storage = checkExtension(properties,"VK_KHR_16bit_storage"); in deviceFeatures2()
2890 khr_multiview = checkExtension(properties,"VK_KHR_multiview"); in deviceFeatures2()
2892 sampler_ycbcr_conversion = checkExtension(properties,"VK_KHR_sampler_ycbcr_conversion"); in deviceFeatures2()
2893 variable_pointers = checkExtension(properties,"VK_KHR_variable_pointers"); in deviceFeatures2()
3143 …khr_external_memory_capabilities = checkExtension(properties,"VK_KHR_external_memory_capabilitie… in deviceProperties2()
3144 khr_multiview = checkExtension(properties,"VK_KHR_multiview"); in deviceProperties2()
[all …]
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp71 static void checkExtension (const glu::RenderContext& renderCtx, const std::string& extension) in checkExtension() function
750 checkExtension(renderCtx, "GL_EXT_geometry_shader"); in create()
1261 checkExtension(renderCtx, "GL_EXT_tessellation_shader"); in checkTessSupport()