OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getShaderTypePostfix
(Results
1 - 5
of
5
) sorted by null
/external/deqp/modules/gles3/functional/
es3fShaderPackingFunctionTests.cpp
133
static const char*
getShaderTypePostfix
(glu::ShaderType shaderType)
148
: ShaderPackingFunctionCase (context, (string("packsnorm2x16") + getPrecisionPostfix(precision) +
getShaderTypePostfix
(shaderType)).c_str(), "packSnorm2x16", shaderType)
252
: ShaderPackingFunctionCase(context, (string("unpacksnorm2x16") +
getShaderTypePostfix
(shaderType)).c_str(), "unpackSnorm2x16", shaderType)
339
: ShaderPackingFunctionCase (context, (string("packunorm2x16") + getPrecisionPostfix(precision) +
getShaderTypePostfix
(shaderType)).c_str(), "packUnorm2x16", shaderType)
443
: ShaderPackingFunctionCase(context, (string("unpackunorm2x16") +
getShaderTypePostfix
(shaderType)).c_str(), "unpackUnorm2x16", shaderType)
530
: ShaderPackingFunctionCase(context, (string("packhalf2x16") +
getShaderTypePostfix
(shaderType)).c_str(), "packHalf2x16", shaderType)
636
: ShaderPackingFunctionCase(context, (string("unpackhalf2x16") +
getShaderTypePostfix
(shaderType)).c_str(), "unpackHalf2x16", shaderType)
es3fShaderCommonFunctionTests.cpp
403
static const char*
getShaderTypePostfix
(glu::ShaderType shaderType)
416
return string(glu::getDataTypeName(baseType)) + getPrecisionPostfix(precision) +
getShaderTypePostfix
(shaderType);
[
all
...]
/external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp
133
static const char*
getShaderTypePostfix
(glu::ShaderType shaderType)
152
: ShaderPackingFunctionCase (context, (string("packsnorm2x16") + getPrecisionPostfix(precision) +
getShaderTypePostfix
(shaderType)).c_str(), "packSnorm2x16", shaderType)
256
: ShaderPackingFunctionCase(context, (string("unpacksnorm2x16") +
getShaderTypePostfix
(shaderType)).c_str(), "unpackSnorm2x16", shaderType)
343
: ShaderPackingFunctionCase (context, (string("packunorm2x16") + getPrecisionPostfix(precision) +
getShaderTypePostfix
(shaderType)).c_str(), "packUnorm2x16", shaderType)
447
: ShaderPackingFunctionCase(context, (string("unpackunorm2x16") +
getShaderTypePostfix
(shaderType)).c_str(), "unpackUnorm2x16", shaderType)
534
: ShaderPackingFunctionCase(context, (string("packhalf2x16") +
getShaderTypePostfix
(shaderType)).c_str(), "packHalf2x16", shaderType)
640
: ShaderPackingFunctionCase(context, (string("unpackhalf2x16") +
getShaderTypePostfix
(shaderType)).c_str(), "unpackHalf2x16", shaderType)
750
: ShaderPackingFunctionCase (context, (string("packsnorm4x8") + getPrecisionPostfix(precision) +
getShaderTypePostfix
(shaderType)).c_str(), "packSnorm4x8", shaderType)
864
: ShaderPackingFunctionCase(context, (string("unpacksnorm4x8") +
getShaderTypePostfix
(shaderType)).c_str(), "unpackSnorm4x8", shaderType)
[
all
...]
es31fShaderIntegerFunctionTests.cpp
335
static const char*
getShaderTypePostfix
(glu::ShaderType shaderType)
352
return string(glu::getDataTypeName(baseType)) + getPrecisionPostfix(precision) +
getShaderTypePostfix
(shaderType);
[
all
...]
es31fShaderCommonFunctionTests.cpp
430
static const char*
getShaderTypePostfix
(glu::ShaderType shaderType)
447
return string(glu::getDataTypeName(baseType)) + getPrecisionPostfix(precision) +
getShaderTypePostfix
(shaderType);
[
all
...]
Completed in 3747 milliseconds