HomeSort by relevance Sort by last modified time
    Searched refs:ShaderSource (Results 1 - 25 of 25) sorted by null

  /external/deqp/framework/opengl/
gluShaderProgram.hpp 260 struct ShaderSource
265 ShaderSource (void) : shaderType(SHADERTYPE_LAST) {}
266 ShaderSource (glu::ShaderType shaderType_, const std::string& source_) : shaderType(shaderType_), source(source_) { DE_ASSERT(!source_.empty()); }
269 struct VertexSource : public ShaderSource
271 VertexSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_VERTEX, source_) {}
274 struct FragmentSource : public ShaderSource
276 FragmentSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_FRAGMENT, source_) {}
279 struct GeometrySource : public ShaderSource
281 GeometrySource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_GEOMETRY, source_) {}
284 struct ComputeSource : public ShaderSource
    [all...]
  /external/skia/src/gpu/gl/builders/
GrGLShaderStringBuilder.cpp 39 GR_GL_CALL(gli, ShaderSource(shaderId, 1, &sourceStr, &sourceLength));
41 GR_GL_CALL(gli, ShaderSource(shaderId, count, strings, lengths));
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawTestCaseUtil.hpp 82 glu::ShaderSource(i->first, ShaderSourceProvider::getSource(m_testCtx.getArchive(), i->second));
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateTestCaseUtil.hpp 90 glu::ShaderSource(i->first, ShaderSourceProvider::getSource(m_testCtx.getArchive(), i->second));
  /external/deqp/executor/
xeTestCaseResult.hpp 70 class ShaderSource;
284 class ShaderSource : public Item
287 ShaderSource (void) : Item(TYPE_SHADERSOURCE) {}
288 ~ShaderSource (void) {}
331 ShaderSource source;
xeTestLogWriter.cpp 335 dst << Writer::BeginElement("ShaderSource") << static_cast<const ri::ShaderSource&>(item).source << Writer::EndElement;
xeTestResultParser.cpp 117 { 0xb4efc08d, "ShaderSource", ri::TYPE_SHADERSOURCE },
573 throw TestResultParseError("Unexpected <ShaderSource>");
786 m_xmlParser.appendDataStr(static_cast<ri::ShaderSource*>(curItem)->source);
  /external/deqp/modules/gles3/stress/
es3sLongShaderTests.cpp 184 glu::ShaderSource getSource (void);
217 glu::ShaderSource LongShaderGenerator::getSource (void)
222 return glu::ShaderSource(m_spec.shaderType, m_source);
393 sources << glu::ShaderSource(otherShader, getConstShaderSource(otherShader));
  /external/deqp/modules/gles31/functional/
es31fNegativeAtomicCounterTests.cpp 164 const glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() << glu::ShaderSource(s_shaders[ndx], genShaderSource(ctx, testCase, s_shaders[ndx])));
es31fBasicComputeShaderTests.cpp 94 ProgramSources() << ShaderSource(SHADERTYPE_COMPUTE,
149 const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SHADERTYPE_COMPUTE, src.str()));
269 const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SHADERTYPE_COMPUTE, src.str()));
388 const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SHADERTYPE_COMPUTE, src.str()));
503 const ShaderProgram program (m_context.getRenderContext(), ProgramSources() << ShaderSource(SHADERTYPE_COMPUTE, src.str()));
    [all...]
es31fNegativeShaderImageLoadStoreTests.cpp 389 std::string shaderSource(generateShaderSource(function, memory, imageType, format, s_shaders[ndx]));
390 const glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() << glu::ShaderSource(s_shaders[ndx], shaderSource));
es31fAtomicCounterTests.cpp 921 const glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() << glu::ShaderSource(glu::SHADERTYPE_COMPUTE, generateShaderSource(m_spec)));
    [all...]
es31fProgramInterfaceDefinitionUtil.cpp     [all...]
  /external/skia/bench/
GLBench.cpp 67 GR_GL_CALL(gl, ShaderSource(shader, 1, &shaderSrc, nullptr));
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 198 GET_PROC(ShaderSource);
631 GET_PROC(ShaderSource);
    [all...]
  /external/opencv3/modules/core/src/
gl_core_3_1.cpp     [all...]
gl_core_3_1.hpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 68 using glu::ShaderSource;
    [all...]
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 580 dst << glu::ShaderSource(shaderType, sourceWithExts);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp 579 dst << glu::ShaderSource(shaderType, sourceWithExts);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 1093 << glu::ShaderSource(getGluShaderType(params.shaderStage), source);
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]

Completed in 1831 milliseconds