Searched defs:outType (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/tools/aapt/tests/
H A DAaptGroupEntry_test.cpp27 String8* outType) {
28 if (entry.initFromDirName(dirName, outType)) {
35 String8* outType) {
36 return TestParse(entry, String8(input), outType);
26 TestParse(AaptGroupEntry& entry, const String8& dirName, String8* outType) argument
34 TestParse(AaptGroupEntry& entry, const char* input, String8* outType) argument
/frameworks/base/libs/hwui/
H A DTexture.cpp196 GLint* outType) {
201 *outType = GL_UNSIGNED_BYTE;
209 *outType = GL_UNSIGNED_BYTE;
213 *outType = GL_UNSIGNED_SHORT_5_6_5;
221 *outType = GL_UNSIGNED_BYTE;
226 *outType = GL_UNSIGNED_BYTE;
233 *outType = GL_HALF_FLOAT;
237 *outType = GL_UNSIGNED_BYTE;
194 colorTypeToGlFormatAndType(const Caches& caches, SkColorType colorType, bool needSRGB, GLint* outInternalFormat, GLint* outFormat, GLint* outType) argument
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicColorMatrix.cpp113 uint32_t outType :4; // [8 - 11] member in struct:android::renderscript::__anon1972::__anon1973
220 key.u.outType = RS_TYPE_FLOAT_32;
221 rsAssert(key.u.outType == 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) {
592 if (key.u.outType) {
722 if (key.u.inType != key.u.outType) {
[all...]
H A DrsCpuScript.cpp678 const Type *outType = aout->getType(); local
680 mtls->fep.dim.x = outType->getDimX();
681 mtls->fep.dim.y = outType->getDimY();
682 mtls->fep.dim.z = outType->getDimZ();
/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerClient.cpp295 IComposerClient::DisplayType* outType) {
299 *outType = static_cast<IComposerClient::DisplayType>(HWC2_DISPLAY_TYPE_PHYSICAL);
294 getDisplayType(Display , IComposerClient::DisplayType* outType) argument
/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.cpp405 IComposerClient::DisplayType* outType) {
409 *outType = IComposerClient::DisplayType::INVALID;
414 *outType = IComposerClient::DisplayType::PHYSICAL;
416 *outType = IComposerClient::DisplayType::VIRTUAL;
404 getDisplayType(Display display, IComposerClient::DisplayType* outType) argument
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp435 IComposerClient::DisplayType* outType)
445 *outType = tmpType;
434 getDisplayType(Display display, IComposerClient::DisplayType* outType) argument
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2Test.cpp113 void getDisplayType(hwc2_display_t display, hwc2_display_type_t* outType, argument
121 reinterpret_cast<int32_t*>(outType)));
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2427 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) argument
2434 *outType = value.data;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5031 String16* outType,
5076 *outType = String16(p, typeEnd-p);
5085 *outType = *defType;
5094 if(**outType == 0) {
5029 expandResourceRef(const char16_t* refStr, size_t refLen, String16* outPackage, String16* outType, String16* outName, const String16* defType, const String16* defPackage, const char** outErrorMsg, bool* outPublicOnly) argument

Completed in 2929 milliseconds