Home
last modified time | relevance | path

Searched refs:glu (Results 1476 - 1500 of 1516) sorted by relevance

1...<<5152535455565758596061

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayImageTextureSize.cpp1692 if (!glu::isContextTypeES(m_context.getRenderContext().getType())) in isMutableTextureTestable()
H A DesextcTextureCubeMapArraySampling.cpp2868 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 Des3fShaderIndexingTests.cpp40 using namespace glu;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderIndexingTests.cpp35 using namespace glu;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsm64bitCompareTests.cpp1743 programCollection.glslSources.add("vert") << glu::VertexSource(VertShaderPassThrough); in initPrograms()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderIndexingTests.cpp39 using namespace glu;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationTests.cpp182 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 DesextcGeometryShaderAPI.cpp1407 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 Des31cArrayOfArraysTests.cpp3449 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 DvktComputeCooperativeMatrixTests.cpp797 programCollection.glslSources.add("test") << glu::ComputeSource(css.str()) << buildOptions; in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp726 << glu::ShaderSource(getGluShaderType(params.shaderStage), source);
H A DvktMemoryDeviceMemoryReportTests.cpp704 << glu::ShaderSource(getGluShaderType(params.shaderStage), source);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/
H A DvktReconvergenceTests.cpp1599 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 DvktMemoryAddressBindingTests.cpp687 << glu::ShaderSource(getGluShaderType(params.shaderStage), source);
H A DvktMemoryDeviceMemoryReportTests.cpp698 << glu::ShaderSource(getGluShaderType(params.shaderStage), source);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/reconvergence/
H A DvktReconvergenceTests.cpp1599 programCollection.glslSources.add("test") << glu::ComputeSource(css.str()) << buildOptions; in initPrograms()
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp512 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 Dgl4cShaderAtomicCountersTests.cpp94 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 Dgl4cEnhancedLayoutsTests.cpp7312 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 DvktTextureFilteringTests.cpp172 using namespace glu::TextureTestUtil;
H A DvktTextureShadowTests.cpp62 using namespace glu::TextureTestUtil;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureFilteringTests.cpp171 using namespace glu::TextureTestUtil;
H A DvktTextureShadowTests.cpp61 using namespace glu::TextureTestUtil;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp7498 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 DvktApiCopiesAndBlittingTests.cpp7218 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()

Completed in 153 milliseconds

1...<<5152535455565758596061