/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArrayImageTextureSize.cpp | 1692 if (!glu::isContextTypeES(m_context.getRenderContext().getType())) in isMutableTextureTestable()
|
H A D | esextcTextureCubeMapArraySampling.cpp | 2868 const glw::GLchar* prev_stage_output = (glu::isContextTypeES(m_context.getRenderContext().getType())) ? in getSamplingTesselationEvaluationShaderCode() 3607 bool isContextES = (glu::isContextTypeES(m_context.getRenderContext().getType()));
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderIndexingTests.cpp | 40 using namespace glu;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderIndexingTests.cpp | 35 using namespace glu;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsm64bitCompareTests.cpp | 1743 programCollection.glslSources.add("vert") << glu::VertexSource(VertShaderPassThrough); in initPrograms()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderIndexingTests.cpp | 39 using namespace glu;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationTests.cpp | 182 programCollection.glslSources.add("vertext_shader") << glu::VertexSource(vertexSource.specialize(params)); in initPrograms() 183 programCollection.glslSources.add("fragment_shader") << glu::FragmentSource(fragmentSource.specialize(params)); in initPrograms() 6513 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); 6514 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); 6744 sources.glslSources.add("vert") << glu::VertexSource(vert.str()); 6763 sources.glslSources.add("frag") << glu::FragmentSource(frag.str());
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderAPI.cpp | 1407 if (m_glslVersion >= glu::GLSL_VERSION_130) in GeometryShaderMaxImageUniformsTest() 1409 m_glslVersion = glu::GLSL_VERSION_450; in GeometryShaderMaxImageUniformsTest()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cArrayOfArraysTests.cpp | 3449 if (glu::contextSupports(this->context_id.getRenderContext().getType(), glu::ApiType::es(3, 2)) || in test_shader_compilation() 3450 glu::contextSupports(this->context_id.getRenderContext().getType(), glu::ApiType::core(4, 0)) || in test_shader_compilation()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 797 programCollection.glslSources.add("test") << glu::ComputeSource(css.str()) << buildOptions; in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 726 << glu::ShaderSource(getGluShaderType(params.shaderStage), source);
|
H A D | vktMemoryDeviceMemoryReportTests.cpp | 704 << glu::ShaderSource(getGluShaderType(params.shaderStage), source);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/ |
H A D | vktReconvergenceTests.cpp | 1599 programCollection.glslSources.add("test") << glu::ComputeSource(css.str()) << buildOptions; in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 687 << glu::ShaderSource(getGluShaderType(params.shaderStage), source);
|
H A D | vktMemoryDeviceMemoryReportTests.cpp | 698 << glu::ShaderSource(getGluShaderType(params.shaderStage), source);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/reconvergence/ |
H A D | vktReconvergenceTests.cpp | 1599 programCollection.glslSources.add("test") << glu::ComputeSource(css.str()) << buildOptions; in initPrograms()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglGLES2SharedRenderingPerfTests.cpp | 512 m_testCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0), DE_LENGTH_OF_ARRAY(reqExts), reqExts); in TestContext()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderAtomicCountersTests.cpp | 94 glu::readPixels(m_context.getRenderContext(), 0, 0, renderedFrame.getAccess()); in ValidateReadBuffer() 4659 if(contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))) in init()
|
H A D | gl4cEnhancedLayoutsTests.cpp | 7312 glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(m_context.getRenderContext().getType()); in test() 7313 const char* shader_version = glu::getGLSLVersionDeclaration(glslVersion); in test() 8166 << tcu::TestLog::Message << "Failure. Invalid error. Got " << glu::getErrorStr(error) << " expected " in test() 8167 << glu::getErrorStr(expected_error) << " Msg: " << message << tcu::TestLog::EndMessage; in test() 20642 << glu::getErrorStr(error) << tcu::TestLog::EndMessage; in test() 20949 << glu::getErrorStr(error) << tcu::TestLog::EndMessage; in test()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureFilteringTests.cpp | 172 using namespace glu::TextureTestUtil;
|
H A D | vktTextureShadowTests.cpp | 62 using namespace glu::TextureTestUtil;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureFilteringTests.cpp | 171 using namespace glu::TextureTestUtil;
|
H A D | vktTextureShadowTests.cpp | 61 using namespace glu::TextureTestUtil;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 7498 programCollection.glslSources.add("vert") << glu::VertexSource( 7507 programCollection.glslSources.add("frag") << glu::FragmentSource( 7593 programCollection.glslSources.add("verify") << glu::FragmentSource(verificationShader.str()); 8676 programCollection.glslSources.add("vert") << glu::VertexSource( 8684 programCollection.glslSources.add("frag") << glu::FragmentSource( 8695 programCollection.glslSources.add("verify_depth") << glu::FragmentSource(verificationShader.str()); 8704 programCollection.glslSources.add("verify_stencil") << glu::FragmentSource(verificationShader.str());
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 7218 programCollection.glslSources.add("vert") << glu::VertexSource( in initPrograms() 7227 programCollection.glslSources.add("frag") << glu::FragmentSource( in initPrograms() 7313 programCollection.glslSources.add("verify") << glu::FragmentSource(verificationShader.str()); in initPrograms() 8403 programCollection.glslSources.add("vert") << glu::VertexSource( in initPrograms() 8411 programCollection.glslSources.add("frag") << glu::FragmentSource( in initPrograms() 8422 programCollection.glslSources.add("verify_depth") << glu::FragmentSource(verificationShader.str()); in initPrograms() 8431 programCollection.glslSources.add("verify_stencil") << glu::FragmentSource(verificationShader.str()); in initPrograms()
|