Home
last modified time | relevance | path

Searched refs:outType (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/tools/aapt/tests/
DAaptGroupEntry_test.cpp27 String8* outType) { in TestParse() argument
28 if (entry.initFromDirName(dirName, outType)) { in TestParse()
35 String8* outType) { in TestParse() argument
36 return TestParse(entry, String8(input), outType); in TestParse()
/frameworks/base/libs/hwui/
DTexture.cpp200 bool needSRGB, GLint* outInternalFormat, GLint* outFormat, GLint* outType) { in colorTypeToGlFormatAndType() argument
205 *outType = GL_UNSIGNED_BYTE; in colorTypeToGlFormatAndType()
213 *outType = GL_UNSIGNED_BYTE; in colorTypeToGlFormatAndType()
217 *outType = GL_UNSIGNED_SHORT_5_6_5; in colorTypeToGlFormatAndType()
225 *outType = GL_UNSIGNED_BYTE; in colorTypeToGlFormatAndType()
230 *outType = GL_UNSIGNED_BYTE; in colorTypeToGlFormatAndType()
237 *outType = GL_HALF_FLOAT; in colorTypeToGlFormatAndType()
241 *outType = GL_UNSIGNED_BYTE; in colorTypeToGlFormatAndType()
DTexture.h55 bool needSRGB, GLint* outInternalFormat, GLint* outFormat, GLint* outType);
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicColorMatrix.cpp113 uint32_t outType :4; // [8 - 11] member
220 key.u.outType = RS_TYPE_FLOAT_32; in computeKey()
221 rsAssert(key.u.outType == RS_TYPE_FLOAT_32); in computeKey()
260 key.u.copyAlpha = !(key.u.inType || key.u.outType); in computeKey()
302 if (key.u.inType && !key.u.outType) { in computeKey()
467 if (!(key.u.inType || key.u.outType)) { in selectKernel()
524 if (key.u.inType || key.u.outType) { in build()
592 if (key.u.outType) { in build()
722 if (key.u.inType != key.u.outType) { in build()
897 bool floatOut = !!cp->mLastKey.u.outType; in kernel()
[all …]
DrsCpuScript.cpp677 const Type *outType = aout->getType(); in forEachMtlsSetup() local
679 mtls->fep.dim.x = outType->getDimX(); in forEachMtlsSetup()
680 mtls->fep.dim.y = outType->getDimY(); in forEachMtlsSetup()
681 mtls->fep.dim.z = outType->getDimZ(); in forEachMtlsSetup()
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.cpp388 IComposerClient::DisplayType* outType) { in getDisplayType() argument
392 *outType = IComposerClient::DisplayType::INVALID; in getDisplayType()
397 *outType = IComposerClient::DisplayType::PHYSICAL; in getDisplayType()
399 *outType = IComposerClient::DisplayType::VIRTUAL; in getDisplayType()
Dvr_hwc.h231 IComposerClient::DisplayType* outType) override;
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h219 [[clang::warn_unused_result]] Error getType(DisplayType* outType) const;
DComposerHal.h181 IComposerClient::DisplayType* outType);
DHWC2.cpp444 Error Display::getType(DisplayType* outType) const in getType()
446 *outType = mType; in getType()
DComposerHal.cpp392 IComposerClient::DisplayType* outType) in getDisplayType() argument
402 *outType = tmpType; in getDisplayType()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1834 String16* outType,
1860 virtual bool getAttributeType(uint32_t attrID, uint32_t* outType) = 0;
/frameworks/native/libs/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h223 HWC2::Error getType(int32_t* outType);
/frameworks/base/tools/aapt/
DResourceTable.h279 virtual bool getAttributeType(uint32_t attrID, uint32_t* outType);
DResourceTable.cpp2427 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) in getAttributeType() argument
2434 *outType = value.data; in getAttributeType()
/frameworks/native/libs/hwc2on1adapter/
DHWC2On1Adapter.cpp780 Error HWC2On1Adapter::Display::getType(int32_t* outType) { in getType() argument
783 *outType = static_cast<int32_t>(mType); in getType()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp4843 String16* outType, in expandResourceRef() argument
4888 *outType = String16(p, typeEnd-p); in expandResourceRef()
4897 *outType = *defType; in expandResourceRef()
4906 if(**outType == 0) { in expandResourceRef()
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2Test.cpp109 void getDisplayType(hwc2_display_t display, hwc2_display_type_t* outType, in getDisplayType() argument
117 reinterpret_cast<int32_t*>(outType))); in getDisplayType()