Home
last modified time | relevance | path

Searched defs:targetVersion (Results 1 – 8 of 8) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgVariable.cpp45 Version targetVersion = state.getProgramParameters().version; in tokenizeDeclaration() local
/external/curl/lib/
Dsystem_win32.c173 const WORD targetVersion = (WORD)_WIN32_WINNT; in Curl_verify_windows_version() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkSpirVProgram.hpp43 SpirvVersion targetVersion; member
DvkShaderProgram.hpp50 SpirvVersion targetVersion; member
/external/deqp/framework/opengl/
DgluShaderLibrary.hpp174 glu::GLSLVersion targetVersion; member
/external/skqp/src/core/
DSkReadBuffer.h55 bool isVersionLT(Version targetVersion) const { in isVersionLT()
/external/skia/src/core/
DSkReadBuffer.h55 bool isVersionLT(Version targetVersion) const { in isVersionLT()
/external/deqp/external/openglcts/modules/common/
DglcShaderLibraryCase.cpp81 … ExpectResult expectResult, const std::vector<ValueBlock>& valueBlocks, GLSLVersion targetVersion, in ShaderCase()