# Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # external modules glcts-esext build import("//build/ohos.gni") import("//third_party/vk-gl-cts/vk_gl_cts.gni") config("glcts-esext_config") { cflags_cc = [ "-Wno-conversion", "-Wno-unused-function", ] cflags_cc += deqp_common_cflags_cc defines = deqp_common_defines } ohos_source_set("glcts-esext_source") { sources = [ "//third_party/vk-gl-cts/external/openglcts/modules/glesext/esextcTestCaseBase.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/esextcTestCaseBase.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/esextcTestPackage.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/esextcTestPackage.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/disjoint_timer_query/esextcDisjointTimerQueryBase.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/disjoint_timer_query/esextcDisjointTimerQueryBase.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/disjoint_timer_query/esextcDisjointTimerQueryHandleReuse.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/disjoint_timer_query/esextcDisjointTimerQueryHandleReuse.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/disjoint_timer_query/esextcDisjointTimerQueryTests.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/disjoint_timer_query/esextcDisjointTimerQueryTests.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/esextcDrawBuffersIndexedBase.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/esextcDrawBuffersIndexedBase.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/esextcDrawBuffersIndexedCoverage.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/esextcDrawBuffersIndexedCoverage.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/esextcDrawBuffersIndexedDefaultState.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/esextcDrawBuffersIndexedDefaultState.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/esextcDrawBuffersIndexedSetGet.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/esextcDrawBuffersIndexedSetGet.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/esextcDrawBuffersIndexedColorMasks.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/esextcDrawBuffersIndexedColorMasks.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/esextcDrawBuffersIndexedBlending.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/esextcDrawBuffersIndexedBlending.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/esextcDrawBuffersIndexedNegative.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/esextcDrawBuffersIndexedNegative.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/esextcDrawBuffersIndexedTests.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/esextcDrawBuffersIndexedTests.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_elements_base_vertex/esextcDrawElementsBaseVertexTests.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_elements_base_vertex/esextcDrawElementsBaseVertexTests.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderAdjacency.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderAdjacency.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderAdjacencyTests.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderAdjacencyTests.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderAPI.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderAPI.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderBlitting.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderBlitting.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderClipping.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderClipping.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderConstantVariables.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderConstantVariables.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderInput.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderInput.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderLayeredFBO.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderLayeredFBO.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderLayeredFramebuffer.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderLayeredFramebuffer.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderLayeredRenderingBoundaryCondition.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderLayeredRenderingBoundaryCondition.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderLayeredRendering.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderLayeredRenderingFBONoAttachment.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderLayeredRenderingFBONoAttachment.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderLayeredRendering.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderLimits.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderLimits.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderLinking.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderLinking.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderNonarrayInput.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderNonarrayInput.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderOutput.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderOutput.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderPrimitiveCounter.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderPrimitiveCounter.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderPrimitiveQueries.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderPrimitiveQueries.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderProgramResource.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderProgramResource.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderQualifiers.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderQualifiers.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderRendering.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderRendering.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderTests.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/esextcGeometryShaderTests.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/esextcGPUShader5AtomicCountersArrayIndexing.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/esextcGPUShader5AtomicCountersArrayIndexing.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/esextcGPUShader5FmaAccuracy.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/esextcGPUShader5FmaAccuracy.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/esextcGPUShader5FmaPrecision.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/esextcGPUShader5FmaPrecision.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/esextcGPUShader5ImagesArrayIndexing.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/esextcGPUShader5ImagesArrayIndexing.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/esextcGPUShader5PreciseQualifier.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/esextcGPUShader5PreciseQualifier.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/esextcGPUShader5SamplerArrayIndexing.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/esextcGPUShader5SamplerArrayIndexing.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/esextcGPUShader5SSBOArrayIndexing.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/esextcGPUShader5SSBOArrayIndexing.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/esextcGPUShader5Tests.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/esextcGPUShader5Tests.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/esextcGPUShader5TextureGatherOffset.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/esextcGPUShader5TextureGatherOffset.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/esextcGPUShader5UniformBlocksArrayIndexing.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/esextcGPUShader5UniformBlocksArrayIndexing.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderBarrier.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderBarrier.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderErrors.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderErrors.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderInvariance.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderInvariance.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderIsolines.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderIsolines.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderMaxPatchVertices.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderMaxPatchVertices.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderPoints.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderPoints.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderPrimitiveCoverage.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderPrimitiveCoverage.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderProgramInterfaces.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderProgramInterfaces.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderProperties.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderProperties.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderQuads.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderQuads.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderTCTE.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderTCTE.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderTessellation.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderTessellation.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderTests.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderTests.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderTriangles.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderTriangles.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderUtils.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderUtils.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderWinding.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderWinding.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderVertexOrdering.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderVertexOrdering.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderVertexSpacing.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderVertexSpacing.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderXFB.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/esextcTessellationShaderXFB.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/esextcTextureBorderClampBase.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/esextcTextureBorderClampBase.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/esextcTextureBorderClampCompressedResources.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/esextcTextureBorderClampGetTexParameterIErrors.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/esextcTextureBorderClampGetTexParameterIErrors.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/esextcTextureBorderClampParameterBorderColorError.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/esextcTextureBorderClampParameterBorderColorError.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/esextcTextureBorderClampParameterTextureBorderColor.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/esextcTextureBorderClampParameterTextureBorderColor.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/esextcTextureBorderClampSamplerParameterIError.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/esextcTextureBorderClampSamplerParameterIError.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/esextcTextureBorderClampSamplerParameterIWithWrongPname.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/esextcTextureBorderClampSamplerParameterIWithWrongPname.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/esextcTextureBorderClampSamplingTexture.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/esextcTextureBorderClampSamplingTextureGroup.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/esextcTextureBorderClampSamplingTextureGroup.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/esextcTextureBorderClampSamplingTexture.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/esextcTextureBorderClampTests.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/esextcTextureBorderClampTests.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/esextcTextureBorderClampTexParameterIErrors.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/esextcTextureBorderClampTexParameterIErrors.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/esextcTextureBufferActiveUniformValidation.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/esextcTextureBufferActiveUniformValidation.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/esextcTextureBufferAtomicFunctions.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/esextcTextureBufferAtomicFunctions.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/esextcTextureBufferBufferParameters.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/esextcTextureBufferBufferParameters.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/esextcTextureBufferErrors.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/esextcTextureBufferErrors.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/esextcTextureBufferMAXSizeValidation.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/esextcTextureBufferMAXSizeValidation.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/esextcTextureBufferOperations.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/esextcTextureBufferOperations.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/esextcTextureBufferParameters.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/esextcTextureBufferParameters.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/esextcTextureBufferParamValueIntToFloatConversion.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/esextcTextureBufferParamValueIntToFloatConversion.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/esextcTextureBufferPrecision.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/esextcTextureBufferPrecision.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/esextcTextureBufferTests.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/esextcTextureBufferTests.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/esextcTextureBufferTextureBufferRange.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/esextcTextureBufferTextureBufferRange.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArrayColorDepthAttachments.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArrayColorDepthAttachments.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArrayETC2Support.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArrayETC2Support.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArrayFBOIncompleteness.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArrayFBOIncompleteness.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArrayGenerateMipMap.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArrayGenerateMipMap.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArrayGetterCalls.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArrayGetterCalls.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArrayImageOperations.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArrayImageOperations.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArrayImageTextureSize.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArrayImageTextureSize.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArrayImageTextureSizeTests.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArrayImageTextureSizeTests.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArraySampling.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArraySampling.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArraySamplingResources.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArrayStencilAttachments.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArrayStencilAttachments.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArraySubImage3D.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArraySubImage3D.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArrayTests.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArrayTests.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArrayTex3DValidation.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/esextcTextureCubeMapArrayTex3DValidation.hpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/esextcTextureShadowLodFunctionsTest.cpp", "//third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/esextcTextureShadowLodFunctionsTest.hpp", ] include_dirs = [ "//third_party/zlib/src", "//third_party/spirv-headers/include", "//third_party/vk-gl-cts/external/amber", "//third_party/vk-gl-cts/external/renderdoc/src", "//third_party/libpng", "//third_party/vk-gl-cts/external/vulkancts/framework/vulkan", "//third_party/vk-gl-cts/external/openglcts/include", "//third_party/vk-gl-cts/external/openglcts/framework/egl/wrapper", "//third_party/vk-gl-cts/external/openglcts/modules/common", "//third_party/vk-gl-cts/external/openglcts/modules/gl", "//third_party/vk-gl-cts/external/openglcts/modules/gles2", "//third_party/vk-gl-cts/external/openglcts/modules/gles3", "//third_party/vk-gl-cts/external/openglcts/modules/gles31", "//third_party/vk-gl-cts/external/openglcts/modules/gles32", "//third_party/vk-gl-cts/external/openglcts/modules/glesext", "//third_party/vk-gl-cts/external/openglcts/modules", "//third_party/vk-gl-cts/modules/glshared", "//third_party/vk-gl-cts/external/openglcts/modules/common", "//third_party/glslang/glslang", "//third_party/vk-gl-cts/build/include", "//third_party/glslang/SPIRV", "//third_party/spirv-tools/include", ] include_dirs += deqp_common_include_dirs deps = [ "//third_party/vk-gl-cts/framework/opengl:libdeqp_glutil", "//third_party/vk-gl-cts/framework/common:libdeqp_tcutil", "//third_party/vk-gl-cts/external/openglcts/modules/common:libdeqp_glcts-common", "//third_party/vk-gl-cts/framework/opengl/wrapper:libdeqp_glwrapper", "//third_party/vk-gl-cts/external/openglcts/modules/gl:libdeqp_glcts-gl", ] configs = [ ":glcts-esext_config" ] } ohos_static_library("libdeqp_glcts-esext") { deps = [ ":glcts-esext_source" ] part_name = "graphic_standard" subsystem_name = "graphic" }