Home
last modified time | relevance | path

Searched refs:targetVersion (Results 1 – 9 of 9) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgVariable.cpp45 Version targetVersion = state.getProgramParameters().version; in tokenizeDeclaration() local
65 if (targetVersion >= VERSION_300) in tokenizeDeclaration()
91 if (targetVersion >= VERSION_300) in tokenizeDeclaration()
/external/deqp/modules/glshared/
DglsShaderConstExprTests.cpp160 spec.targetVersion = version; in createTests()
181 spec.targetVersion = version; in createTests()
214 spec.targetVersion = version; in createTests()
235 spec.targetVersion = version; in createTests()
DglsShaderLibraryCase.cpp139 const bool usesInout = glslVersionUsesInOutQualifiers(spec.targetVersion); in genVertexShader()
143 res << glu::getGLSLVersionDeclaration(spec.targetVersion) << "\n"; in genVertexShader()
230 const bool usesInout = glslVersionUsesInOutQualifiers(spec.targetVersion); in genFragmentShader()
233 const char* const prec = supportsFragmentHighp(spec.targetVersion) ? "highp" : "mediump"; in genFragmentShader()
235 shader << glu::getGLSLVersionDeclaration(spec.targetVersion) << "\n"; in genFragmentShader()
284 const bool usesInout = glslVersionUsesInOutQualifiers(spec.targetVersion); in specializeVertexShader()
358 const bool usesInout = glslVersionUsesInOutQualifiers(spec.targetVersion); in specializeFragmentShader()
432 const bool usesInout = glslVersionUsesInOutQualifiers(specParams.caseSpec.targetVersion); in generateVertexSpecialization()
471 const bool usesInout = glslVersionUsesInOutQualifiers(specParams.caseSpec.targetVersion); in generateFragmentSpecialization()
/external/skia/src/core/
DSkReadBuffer.h68 bool isVersionLT(Version targetVersion) const { in isVersionLT() argument
69 SkASSERT(targetVersion > 0); in isVersionLT()
70 return fVersion > 0 && fVersion < targetVersion; in isVersionLT()
/external/deqp/framework/opengl/
DgluShaderLibrary.hpp140 glu::GLSLVersion targetVersion; member
152 , targetVersion (glu::GLSL_VERSION_LAST) in ShaderCaseSpecification()
DgluShaderLibrary.cpp110 if (spec.targetVersion != GLSL_VERSION_100_ES) in isValid()
1484 spec.targetVersion = version; in parseShaderCase()
1501 spec.targetVersion = version; in parseShaderCase()
1518 spec.targetVersion = version; in parseShaderCase()
1552 spec.targetVersion = version; in parseShaderCase()
/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRCoderVersion.cpp371 int32_t targetVersion = VERSION_DECODE_INFO[i]; in DecodeVersionInformation() local
372 if (targetVersion == versionBits) { in DecodeVersionInformation()
378 versionBits, targetVersion); in DecodeVersionInformation()
/external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/
DGdxSetup.java198 private static boolean versionsEqual(int[] testVersion, int[] targetVersion) { in versionsEqual() argument
200 if (testVersion[i] != targetVersion[i]) return false; in versionsEqual()
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp157 res << glu::getGLSLVersionDeclaration(spec.targetVersion) << "\n"; in genVertexShader()
241 shader << glu::getGLSLVersionDeclaration(spec.targetVersion) << "\n"; in genFragmentShader()