Searched refs:getPrecisionPostfix (Results 1 - 5 of 5) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fShaderPackingFunctionTests.cpp120 static const char* getPrecisionPostfix (glu::Precision precision) function in namespace:deqp::gles3::Functional
148 : ShaderPackingFunctionCase (context, (string("packsnorm2x16") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)).c_str(), "packSnorm2x16", shaderType)
339 : ShaderPackingFunctionCase (context, (string("packunorm2x16") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)).c_str(), "packUnorm2x16", shaderType)
H A Des3fShaderCommonFunctionTests.cpp390 static const char* getPrecisionPostfix (glu::Precision precision) function in namespace:deqp::gles3::Functional
416 return string(glu::getDataTypeName(baseType)) + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType);
/external/deqp/modules/gles31/functional/
H A Des31fShaderPackingFunctionTests.cpp120 static const char* getPrecisionPostfix (glu::Precision precision) function in namespace:deqp::gles31::Functional
152 : ShaderPackingFunctionCase (context, (string("packsnorm2x16") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)).c_str(), "packSnorm2x16", shaderType)
343 : ShaderPackingFunctionCase (context, (string("packunorm2x16") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)).c_str(), "packUnorm2x16", shaderType)
750 : ShaderPackingFunctionCase (context, (string("packsnorm4x8") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)).c_str(), "packSnorm4x8", shaderType)
959 : ShaderPackingFunctionCase (context, (string("packunorm4x8") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)).c_str(), "packUnorm4x8", shaderType)
H A Des31fShaderIntegerFunctionTests.cpp322 static const char* getPrecisionPostfix (glu::Precision precision) function in namespace:deqp::gles31::Functional
352 return string(glu::getDataTypeName(baseType)) + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType);
H A Des31fShaderCommonFunctionTests.cpp417 static const char* getPrecisionPostfix (glu::Precision precision) function in namespace:deqp::gles31::Functional
447 return string(glu::getDataTypeName(baseType)) + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType);

Completed in 1939 milliseconds