HomeSort by relevance Sort by last modified time
    Searched defs:inType (Results 1 - 25 of 27) sorted by null

1 2

  /external/deqp/modules/glshared/
glsShaderConstExprTests.hpp 55 DataType inType;
glsShaderConstExprTests.cpp 126 const DataType inType = cases[caseNdx].inType;
141 string typeName = glu::getDataTypeName((glu::DataType)(inType + compCount)); // results in float, vec2, vec3, vec4 progression (same for other primitive types)
202 const string scalarCaseName = string(cases[caseNdx].name) + "_" + typeName + "_" + glu::getDataTypeName(inType);
204 expressionTemplateParams["MT"] = glu::getDataTypeName(inType);
  /external/deqp/external/openglcts/modules/common/
glcShaderConstExprTests.cpp 47 glu::DataType inType;
260 const glu::DataType inType = testCase.inType;
276 glu::DataType dataType = static_cast<glu::DataType>(inType + component);
307 casePrefix + baseName + "_" + typeName + "_" + glu::getDataTypeName(inType);
309 expressionTemplateParams["MT"] = glu::getDataTypeName(inType);
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ICUTaglet.java 73 public boolean inType() {
  /external/python/cpython2/Mac/Modules/launch/
_Launchmodule.c 263 OSType inType;
270 PyMac_GetOSType, &inType,
275 _err = LSGetApplicationForInfo(inType,
445 PyDoc_STR("(OSType inType, OSType inCreator, CFStringRef inExtension, LSRolesMask inRoleMask) -> (FSRef outAppRef, CFURLRef outAppURL)")},
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp 112 uint32_t inType :4; // [4 - 7]
215 key.u.inType = RS_TYPE_FLOAT_32;
216 rsAssert(key.u.inType == RS_TYPE_FLOAT_32);
260 key.u.copyAlpha = !(key.u.inType || key.u.outType);
302 if (key.u.inType && !key.u.outType) {
466 // inType, outType float if nonzero
467 if (!(key.u.inType || key.u.outType)) {
524 if (key.u.inType || key.u.outType) {
530 if (key.u.inType) {
722 if (key.u.inType != key.u.outType)
    [all...]
rsCpuScript.cpp 579 const Type *inType = ain0->getType();
581 mtls->redp.dim.x = inType->getDimX();
582 mtls->redp.dim.y = inType->getDimY();
583 mtls->redp.dim.z = inType->getDimZ();
663 const Type *inType = ain0->getType();
665 mtls->fep.dim.x = inType->getDimX();
666 mtls->fep.dim.y = inType->getDimY();
667 mtls->fep.dim.z = inType->getDimZ();
    [all...]
  /frameworks/av/media/libstagefright/xmlparser/
MediaCodecsXmlParser.cpp 275 bool inType = true;
342 inType = false;
349 bool outside = !inType &&
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Script.java 47 Type inType = ain.getType();
48 dInElement = inType.getElement().getDummyElement(mRS);
49 dInType = inType.getDummyType(mRS, dInElement);
50 int xBytesSize = inType.getX() * inType.getElement().getBytesSize();
  /external/deqp/framework/randomshaders/
rsgExpression.cpp 714 VariableType::Type inType = state.getRandom().choose<VariableType::Type>(&inTypes[0], &inTypes[0] + numInTypes);
717 ValueRange inValueRange(VariableType(inType, 1));
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 474 DataType inType = spec.inputs[i].type;
475 int inSize = getDataTypeScalarSize(inType);
476 bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4);
477 bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4);
478 const char* typeName = getDataTypeName(inType);
    [all...]
  /external/python/cpython2/Mac/Modules/carbonevt/
_CarbonEvtmodule.c 185 OSType inType;
191 PyMac_GetOSType, &inType,
197 inType,
321 EventParamType inType;
325 if (!PyArg_ParseTuple(_args, "O&O&", PyMac_GetOSType, &inName, PyMac_GetOSType, &inType))
329 _err = GetEventParameter(_self->ob_itself, inName, inType, NULL, 0, &bufferSize, NULL);
337 _err = GetEventParameter(_self->ob_itself, inName, inType, NULL, bufferSize, NULL, buffer);
357 PyDoc_STR("(OSType inName, OSType inType, Buffer inDataPtr) -> None")},
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp 737 const DataType inType = m_spec.inputs[inputNdx].type;
738 const int inSize = getDataTypeScalarSize(inType);
739 const bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4);
740 const bool isUint = de::inRange<int>(inType, TYPE_UINT, TYPE_UINT_VEC4);
741 const bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4);
742 const char* typeName = getDataTypeName(inType);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 752 DataType inType = m_spec.inputs[i].type;
753 int inSize = getDataTypeScalarSize(inType);
754 bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4);
755 bool isUint = de::inRange<int>(inType, TYPE_UINT, TYPE_UINT_VEC4);
756 bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4);
757 const char* typeName = getDataTypeName(inType);
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/auto/auto-common/0.9/
auto-common-0.9.jar 
  /prebuilts/tools/common/m2/repository/org/checkerframework/javacutil/1.8.10/
javacutil-1.8.10.jar 
  /prebuilts/tools/common/m2/repository/org/checkerframework/javacutil/2.1.14/
javacutil-2.1.14.jar 
  /external/error_prone/checkerframework/
javacutil-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/checkerframework/javacutil/2.2.2/
javacutil-2.2.2.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/tools/common/m2/repository/com/uber/nullaway/nullaway/0.2.0/
nullaway-0.2.0.jar 
  /external/dagger2/lib/
auto-value-1.4.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.5.2/
auto-value-1.5.2.jar 

Completed in 1578 milliseconds

1 2