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

  /external/skia/src/gpu/glsl/
GrGLSLShaderBuilder.h 210 SkString& versionDecl() { return fShaderStrings[kVersionDecl]; }
GrGLSLShaderBuilder.cpp 263 this->versionDecl() = fProgramBuilder->shaderCaps()->versionDeclString();
  /external/skqp/src/gpu/glsl/
GrGLSLShaderBuilder.h 212 SkString& versionDecl() { return fShaderStrings[kVersionDecl]; }
GrGLSLShaderBuilder.cpp 263 this->versionDecl() = fProgramBuilder->shaderCaps()->versionDeclString();
  /external/deqp/external/openglcts/modules/common/
glcShaderStructTests.cpp 131 const std::string versionDecl = glu::getGLSLVersionDeclaration(glslVersion);
133 const std::string defaultVertSrc = versionDecl + "\n"
142 const std::string defaultFragSrc = versionDecl + "\n"
154 spParams["HEADER"] = versionDecl + "\n"
164 spParams["HEADER"] = versionDecl + "\n"
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferMemoryAliasing.cpp 114 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion);
119 src << versionDecl << "\n"
vktSparseResourcesBufferSparseResidency.cpp 97 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion);
102 src << versionDecl << "\n"
vktSparseResourcesImageMemoryAliasing.cpp 663 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion);
684 src << versionDecl << "\n"
    [all...]
vktSparseResourcesImageSparseResidency.cpp 148 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion);
156 src << versionDecl << "\n"
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeIndirectComputeDispatchTests.cpp 401 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion);
406 << versionDecl << "\n"
531 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion);
537 << versionDecl << "\n"
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp 290 const string versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion);
305 string source = versionDecl + "\n"
364 const string versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion);
380 string source = versionDecl + "\n"
    [all...]
vktImageQualifiersTests.cpp 244 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion);
266 << versionDecl << "\n"
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCommandBuffersTests.cpp     [all...]

Completed in 329 milliseconds