/external/drm_hwcomposer/bufferinfo/legacy/ |
D | BufferInfoLibdrm.cpp | 39 int native; /* HAL_PIXEL_FORMAT_ */ member 66 static int get_fourcc_yuv(int native, enum chroma_order chroma_order, in get_fourcc_yuv() 77 static bool is_yuv(int native) { in is_yuv()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 277 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in createSurfaceTest() local 286 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in querySurfaceCounterTest() local 317 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in createSurfaceCustomAllocatorTest() local 363 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in createSurfaceSimulateOOMTest() local 415 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in querySurfaceSupportTest() local 449 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in queryPresentationSupportTest() local 543 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in querySurfaceCapabilitiesTest() local 571 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in querySurfaceCapabilities2Test() local 632 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in querySurfaceProtectedCapabilitiesTest() local 725 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in querySurfaceFormatsTest() local [all …]
|
D | vktWsiSwapchainTests.cpp | 698 const NativeObjects native (context, instHelper.supportedExtensions, params.wsiType); in createSwapchainTest() local 801 const NativeObjects native (context, instHelper.supportedExtensions, params.wsiType); in createSwapchainPrivateDataTest() local 942 const NativeObjects native (context, instHelper.supportedExtensions, params.wsiType); in createSwapchainSimulateOOMTest() local 1022 …const NativeObjects native (context, instHelper.supportedExtensions, wsiType, 1u, tcu::just(d… in testImageSwapchainCreateInfo() local 1355 …const NativeObjects native (context, instHelper.supportedExtensions, wsiType, 1u, tcu::jus… in basicRenderTest() local 1560 std::unique_ptr<NativeObjects> native; in multiSwapchainRenderTest() local 1734 …const NativeObjects native (context, instHelper.supportedExtensions, wsiType, 1u, tcu:… in deviceGroupRenderTest() local 1961 …const NativeObjects native (context, instHelper.supportedExtensions, wsiType, 1u, tcu:… in deviceGroupRenderTest2() local 2337 …const NativeObjects native (context, instHelper.supportedExtensions, wsiType, 1u, tcu::just(… in resizeSwapchainTest() local 2473 …const NativeObjects native (context, instHelper.supportedExtensions, wsiType, 1u, tcu::just(d… in getImagesIncompleteResultTest() local [all …]
|
D | vktWsiColorSpaceTests.cpp | 468 …const NativeObjects native (context, instHelper.supportedExtensions, wsiType, tcu::just(desir… in basicExtensionTest() local 509 …const NativeObjects native (context, instHelper.supportedExtensions, params.wsiType, tcu::… in colorspaceCompareTest() local 815 …const NativeObjects native (context, instHelper.supportedExtensions, wsiType, tcu::just(desi… in surfaceFormatRenderTests() local 836 …const NativeObjects native (context, instHelper.supportedExtensions, wsiType, tcu::just(desi… in surfaceFormatRenderWithHdrTests() local
|
/external/libchrome/base/android/jni_generator/ |
D | jni_generator.py | 205 def _GetJNIFirstParamType(native): argument 211 def _GetJNIFirstParam(native, for_declaration): argument 218 def _GetParamsInDeclaration(native): argument 233 def GetParamsInStub(native): argument 815 def GetStubName(self, native): argument 1026 def GetJNIFirstParamForCall(self, native): argument 1030 def GetImplementationMethodName(self, native): argument 1037 def GetNativeStub(self, native): argument
|
D | jni_registration_generator.py | 230 def _GetKMethodArrayEntry(self, native): argument
|
/external/jline/src/src/main/native/ |
D | Makefile | 6 native: target
|
/external/pigweed/pw_polyfill/standard_library_public/pw_polyfill/standard_library/ |
D | bit.h | 26 native = __BYTE_ORDER__, enumerator
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | DefaultSslRootsOverride.cs | 40 public static void Override(NativeMethods native) in Override()
|
D | NativeLogRedirector.cs | 42 public static void Redirect(NativeMethods native) in Redirect()
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLSamplerCL.cpp | 18 CLSamplerCL::CLSamplerCL(const cl::Sampler &sampler, cl_sampler native) in CLSamplerCL()
|
D | CLMemoryCL.cpp | 18 CLMemoryCL::CLMemoryCL(const cl::Memory &memory, cl_mem native) in CLMemoryCL()
|
D | CLEventCL.cpp | 15 CLEventCL::CLEventCL(const cl::Event &event, cl_event native) : CLEventImpl(event), mNative(native) in CLEventCL()
|
D | CLDeviceCL.cpp | 239 CLDeviceCL::CLDeviceCL(const cl::Device &device, cl_device_id native) in CLDeviceCL()
|
/external/python/asn1crypto/asn1crypto/ |
D | core.py | 832 def native(self): member in Void 900 def native(self): member in Any 1226 def native(self): member in Choice 1833 def native(self): member in AbstractString 1884 def native(self): member in Boolean 1963 def native(self): member in Integer 2313 def native(self): member in BitString 2462 def native(self): member in OctetBitString 2538 def native(self): member in IntegerBitString 2619 def native(self): member in OctetString [all …]
|
/external/mtools/ |
D | file_name.h | 43 #define WCHAR_TO_NATIVE(wchar,native,len) \ argument
|
D | charsetConv.c | 259 char native = ret->from_dos[i]; in cp_open() local 367 int wchar_to_native(const wchar_t *wchar, char *native, size_t len, in wchar_to_native() 403 int native_to_wchar(const char *native, wchar_t *wchar, size_t len, in native_to_wchar()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Path.h | 28 enum class Style { windows, posix, native }; enumerator
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Path.h | 28 enum class Style { windows, posix, native }; enumerator
|
/external/python/asn1crypto/tests/ |
D | test_core.py | 378 def integer(self, native, der_bytes): argument 394 def utctime(self, native, der_bytes): argument 452 def generalized_time(self, ber_bytes, native, der_bytes): argument 475 def parse_universal_type(self, input_filename, type_class, native): argument 508 def bit_string(self, native, der_bytes): argument 633 def mapped_bit_string(self, input_native, der_bytes, native): argument 1352 def object_identifier(self, native, der_bytes): argument
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_benchmark.c | 71 unsigned long long native, filtered; in main() local
|
/external/python/pyopenssl/src/OpenSSL/ |
D | _util.py | 76 def native(s): function
|
/external/mesa3d/src/gallium/frontends/clover/llvm/ |
D | util.hpp | 60 native = 1 << 2, enumerator
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 61 int native; /* HAL_PIXEL_FORMAT_ */ member 87 get_fourcc_yuv(int native, enum chroma_order chroma_order, int chroma_step) in get_fourcc_yuv() 99 is_yuv(int native) in is_yuv() 109 get_format_bpp(int native) in get_format_bpp() 140 static int get_fourcc(int native) in get_fourcc()
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | struct_unittest.cc | 382 native::NativeStructPtr native; in TEST_F() local 398 native::NativeStructPtr native(native::NativeStruct::New()); in TEST_F() local 413 native::NativeStructPtr native(native::NativeStruct::New()); in TEST_F() local
|