OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SH_MAPPED_NAME_MAX_LENGTH
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/angle_dx11/src/compiler/
ShaderLang.cpp
37
ShGetInfo(handle,
SH_MAPPED_NAME_MAX_LENGTH
, &mappedNameMaxLength);
79
//
SH_MAPPED_NAME_MAX_LENGTH
in ShGetInfo, below.
223
case
SH_MAPPED_NAME_MAX_LENGTH
:
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ANGLEWebKitBridge.cpp
69
ANGLEGetInfoType maxMappedNameLength = getValidationResultValue(compiler,
SH_MAPPED_NAME_MAX_LENGTH
);
/external/chromium_org/third_party/angle_dx11/include/GLSLANG/
ShaderLang.h
118
SH_MAPPED_NAME_MAX_LENGTH
= 0x6000,
325
//
SH_MAPPED_NAME_MAX_LENGTH
: the length of the mapped variable name including
374
// memory (
SH_MAPPED_NAME_MAX_LENGTH
), or NULL if don't care
401
// memory (
SH_MAPPED_NAME_MAX_LENGTH
), or NULL if don't care
/external/chromium_org/gpu/command_buffer/service/
shader_translator.cc
53
ShGetInfo(compiler,
SH_MAPPED_NAME_MAX_LENGTH
, &mapped_name_len);
/external/chromium_org/third_party/angle_dx11/samples/translator/
translator.cpp
301
ShGetInfo(compiler,
SH_MAPPED_NAME_MAX_LENGTH
, &mappedNameSize);
Completed in 675 milliseconds