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

  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 69 , m_glslVersion (glslVersion)
136 if (m_glslVersion == glu::GLSL_VERSION_100_ES)
145 else if (m_glslVersion == glu::GLSL_VERSION_300_ES || m_glslVersion == glu::GLSL_VERSION_310_ES || m_glslVersion == glu::GLSL_VERSION_320_ES || m_glslVersion == glu::GLSL_VERSION_330)
147 const string version = glu::getGLSLVersionDeclaration(m_glslVersion);
150 if (glu::glslVersionIsES(m_glslVersion) && m_glslVersion != glu::GLSL_VERSION_320_ES) {
183 if (m_glslVersion == glu::GLSL_VERSION_300_ES || m_glslVersion == glu::GLSL_VERSION_310_ES || m_glslVersion == glu:: (…)
    [all...]
glsLongStressTestUtil.hpp 54 glu::GLSLVersion m_glslVersion;
glsTextureTestUtil.hpp 141 glu::GLSLVersion m_glslVersion;
glsLongStressTestUtil.cpp 57 // Specializes certain template patterns in templ for GLSL version m_glslVersion; params in additionalParams (optional) are also included in the substitution.
60 const bool isGLSL3 = m_glslVersion == glu::GLSL_VERSION_300_ES;
83 : m_glslVersion (glslVersion)
glsUniformBlockCase.hpp 262 glu::GLSLVersion m_glslVersion;
glsUniformBlockCase.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferMemoryAliasing.cpp 93 const glu::GLSLVersion m_glslVersion;
103 , m_glslVersion (glslVersion)
110 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion);
vktSparseResourcesBufferSparseResidency.cpp 74 const glu::GLSLVersion m_glslVersion;
84 , m_glslVersion (glslVersion)
90 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion);
vktSparseResourcesImageMemoryAliasing.cpp 120 const glu::GLSLVersion m_glslVersion;
134 , m_glslVersion (glslVersion)
634 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion);
    [all...]
vktSparseResourcesImageSparseResidency.cpp 123 const glu::GLSLVersion m_glslVersion;
137 , m_glslVersion (glslVersion)
144 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion);
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.hpp 171 glu::GLSLVersion m_glslVersion;
es31fSSBOLayoutCase.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp 261 const glu::GLSLVersion m_glslVersion;
277 , m_glslVersion (glslVersion)
283 const string versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion);
334 const glu::GLSLVersion m_glslVersion;
350 , m_glslVersion (glslVersion)
356 const string versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion);
    [all...]
vktImageQualifiersTests.cpp 222 const glu::GLSLVersion m_glslVersion;
238 , m_glslVersion(glslVersion)
244 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion);
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeIndirectComputeDispatchTests.cpp 381 const glu::GLSLVersion m_glslVersion;
395 , m_glslVersion (glslVersion)
401 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion);
531 const char* const versionDecl = glu::getGLSLVersionDeclaration(m_glslVersion);
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp     [all...]

Completed in 304 milliseconds