Home
last modified time | relevance | path

Searched refs:requestedFeatures (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DAdapter.cpp97 const std::vector<const char*>& requestedFeatures) const { in SupportsAllRequestedFeatures()
98 for (const char* featureStr : requestedFeatures) { in SupportsAllRequestedFeatures()
H A DAdapter.h53 bool SupportsAllRequestedFeatures(const std::vector<const char*>& requestedFeatures) const;
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.hpp39 bool hasFeatures(const VkPhysicalDeviceFeatures &requestedFeatures) const;
H A DVkPhysicalDevice.cpp1092 bool PhysicalDevice::hasFeatures(const VkPhysicalDeviceFeatures &requestedFeatures) const in hasFeatures()
1096 const VkBool32 *requestedFeature = reinterpret_cast<const VkBool32 *>(&requestedFeatures); in hasFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.hpp269 VulkanFeatures requestedFeatures; member
H A DvktSpvAsmGraphicsShaderTestUtil.cpp270 , requestedFeatures (vulkanFeatures_)
298 , requestedFeatures (other.requestedFeatures) in InstanceContext()
3081 VulkanFeatures localRequired = instance.requestedFeatures; in runAndVerifyDefaultPipeline()
H A DvktSpvAsmTypeTests.cpp707 static inline void requiredFeaturesFromStrings(const std::vector<std::string> &features, VulkanFeatures &requestedFeatures)
714 requestedFeatures.coreFeatures.shaderInt16 = VK_TRUE;
716 requestedFeatures.coreFeatures.shaderInt64 = VK_TRUE;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.hpp269 VulkanFeatures requestedFeatures; member
H A DvktSpvAsmGraphicsShaderTestUtil.cpp270 , requestedFeatures (vulkanFeatures_)
298 , requestedFeatures (other.requestedFeatures) in InstanceContext()
3078 VulkanFeatures localRequired = instance.requestedFeatures; in runAndVerifyDefaultPipeline()
H A DvktSpvAsmTypeTests.cpp707 static inline void requiredFeaturesFromStrings(const std::vector<std::string> &features, VulkanFeatures &requestedFeatures)
714 requestedFeatures.coreFeatures.shaderInt16 = VK_TRUE;
716 requestedFeatures.coreFeatures.shaderInt64 = VK_TRUE;
/third_party/mesa3d/include/GLES2/
H A Dgl2ext.h3765 typedef void (GL_APIENTRYP PFNGLFRAMEBUFFERFOVEATIONCONFIGQCOMPROC) (GLuint framebuffer, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint *providedFeatures);
3768 GL_APICALL void GL_APIENTRY glFramebufferFoveationConfigQCOM (GLuint framebuffer, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint *providedFeatures);
/third_party/openGLES/api/GLES2/
H A Dgl2ext.h3912 typedef void (GL_APIENTRYP PFNGLFRAMEBUFFERFOVEATIONCONFIGQCOMPROC) (GLuint framebuffer, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint *providedFeatures);
3915 GL_APICALL void GL_APIENTRY glFramebufferFoveationConfigQCOM (GLuint framebuffer, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint *providedFeatures);
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2ext.h3528 typedef void (GL_APIENTRYP PFNGLFRAMEBUFFERFOVEATIONCONFIGQCOMPROC) (GLuint framebuffer, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint *providedFeatures);
3531 GL_APICALL void GL_APIENTRY glFramebufferFoveationConfigQCOM (GLuint framebuffer, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint *providedFeatures);
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2ext.h3528 typedef void (GL_APIENTRYP PFNGLFRAMEBUFFERFOVEATIONCONFIGQCOMPROC) (GLuint framebuffer, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint *providedFeatures);
3531 GL_APICALL void GL_APIENTRY glFramebufferFoveationConfigQCOM (GLuint framebuffer, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint *providedFeatures);
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2ext.h3812 typedef void (GL_APIENTRYP PFNGLFRAMEBUFFERFOVEATIONCONFIGQCOMPROC) (GLuint framebuffer, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint *providedFeatures);
3815 GL_APICALL void GL_APIENTRY glFramebufferFoveationConfigQCOM (GLuint framebuffer, GLuint numLayers, GLuint focalPointsPerLayer, GLuint requestedFeatures, GLuint *providedFeatures);

Completed in 78 milliseconds