Home
last modified time | relevance | path

Searched defs:extName (Results 1 – 25 of 57) sorted by relevance

123

/aosp_15_r20/external/angle/src/tests/test_utils/
H A Dangle_test_platform.cpp91 bool EnsureGLExtensionEnabled(const std::string &extName) in EnsureGLExtensionEnabled()
101 bool IsEGLClientExtensionEnabled(const std::string &extName) in IsEGLClientExtensionEnabled()
106 bool IsEGLDeviceExtensionEnabled(EGLDeviceEXT device, const std::string &extName) in IsEGLDeviceExtensionEnabled()
111 bool IsEGLDisplayExtensionEnabled(EGLDisplay display, const std::string &extName) in IsEGLDisplayExtensionEnabled()
116 bool IsGLExtensionEnabled(const std::string &extName) in IsGLExtensionEnabled()
122 bool IsGLExtensionRequestable(const std::string &extName) in IsGLExtensionRequestable()
/aosp_15_r20/external/deqp/modules/egl/
H A DteglGetProcAddressTests.cpp62 FunctionNames getExtFunctionNames(const std::string &extName) in getExtFunctionNames()
161 bool GetProcAddressCase::isSupported(const std::string &extName) in isSupported()
172 const std::string &extName) in GetProcAddressExtensionCase()
379 const std::string &extName = s_extensions[extNdx].name; in init() local
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkExtensionFunctions.inl27 …:vector<std::string> vIEP, const std::vector<std::string> vDEP, const std::string extName, ::std::…
364 …:vector<std::string> vIEP, const std::vector<std::string> vDEP, const std::string extName, ::std::…
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkExtensionFunctions.inl27 …:vector<std::string> vIEP, const std::vector<std::string> vDEP, const std::string extName, ::std::…
1616 …:vector<std::string> vIEP, const std::vector<std::string> vDEP, const std::string extName, ::std::…
/aosp_15_r20/external/angle/util/
H A Dutil_gl.h34 inline bool CheckExtensionExists(const char *allExtensions, const std::string &extName) in CheckExtensionExists()
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan/
H A Dgfxstream_vk_device.cpp140 auto extName = extNames[i]; in filteredInstanceExtensionNames() local
152 auto extName = extNames[i]; in filteredDeviceExtensionNames() local
/aosp_15_r20/external/deqp/scripts/egl/
H A Dproc_address_tests.py33 def toCamelCase (extName): argument
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DCompressedTextureFormatsTest.cpp648 for (const std::string &extName : mExtNames) in test() local
671 for (const std::string &extName : mExtNames) in testSamplerASTCSliced3D() local
H A DDXT1CompressedTextureTest.cpp116 auto test = [&](const std::string &extName, GLenum format) { in TEST_P()
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/codegen/
H A DObjCTarget.java44 String extName) in genRecognizerHeaderFile()
H A DCTarget.java62 String extName) in genRecognizerHeaderFile()
H A DCppTarget.java68 String extName) in genRecognizerHeaderFile()
H A DTarget.java105 String extName) // e.g., ".h" in genRecognizerHeaderFile()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiVersionCheck.cpp485 bool isSupportedInstanceExt(const string extName, const uint32_t apiVersion) in isSupportedInstanceExt()
492 bool isSupportedDeviceExt(const string extName, const uint32_t apiVersion) in isSupportedDeviceExt()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dlocal_single_block_elim_pass.cpp184 const std::string extName = ei.GetInOperand(0).AsString(); in AllExtensionsSupported() local
Dlocal_single_store_elim_pass.cpp47 const std::string extName = ei.GetInOperand(0).AsString(); in AllExtensionsSupported() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dlocal_single_block_elim_pass.cpp184 const std::string extName = ei.GetInOperand(0).AsString(); in AllExtensionsSupported() local
H A Dlocal_single_store_elim_pass.cpp47 const std::string extName = ei.GetInOperand(0).AsString(); in AllExtensionsSupported() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dlocal_single_block_elim_pass.cpp184 const std::string extName = ei.GetInOperand(0).AsString(); in AllExtensionsSupported() local
H A Dlocal_single_store_elim_pass.cpp47 const std::string extName = ei.GetInOperand(0).AsString(); in AllExtensionsSupported() local
/aosp_15_r20/external/angle/samples/sample_util/
H A DSampleApplication.cpp31 bool IsGLExtensionEnabled(const std::string &extName) in IsGLExtensionEnabled()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderFramebufferFetchTests.cpp59 static void checkExtensionSupport(NegativeTestContext &ctx, const char *extName) in checkExtensionSupport()
H A Des31fNegativeTessellationTests.cpp86 static void checkExtensionSupport(NegativeTestContext &ctx, const char *extName) in checkExtensionSupport()
/aosp_15_r20/external/deqp/modules/gles2/
H A Dtes2CapabilityTests.cpp119 const char *desc, const char *extName) in ExtensionCase()
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp145 for (const auto& extName : options.enabledExtensions) { in initialize() local

123