/external/OpenCL-CTS/test_common/harness/ |
D | propertyHelpers.cpp | 50 int compareProperties(const std::vector<cl_properties>& queried, in compareProperties() argument 53 if (queried.size() != 0) in compareProperties() 55 if (queried.back() != 0) in compareProperties() 60 if (queried.size() % 2 != 1) in compareProperties() 82 if (queried != check) in compareProperties() 96 bool found = findProperty(queried, check_prop, queried_value); in compareProperties() 113 if (queried.size() > check.size()) in compareProperties() 117 check.size(), queried.size()); in compareProperties()
|
D | propertyHelpers.h | 24 int compareProperties(const std::vector<cl_properties>& queried,
|
/external/autotest/client/cros/video/detectors/ |
D | utils.py | 21 queried = cros_config.call_cros_config_get_output( 23 if queried == '': 25 if queried == iface:
|
/external/angle/extensions/ |
D | EGL_ANGLE_device_eagl.txt | 45 EAGLContext, after it's been queried from an EGL display. 61 Accepted as a queried <attribute> in eglQueryDeviceAttribEXT: 67 On iOS the underlying EAGLContext can be queried from the EGL device. The
|
D | EGL_ANGLE_device_cgl.txt | 46 queried from an EGL display. 62 Accepted as a queried <attribute> in eglQueryDeviceAttribEXT: 69 On macOS the underlying CGLContextObj and CGLPixelFormatObj can be queried
|
D | EGL_ANGLE_query_surface_pointer.txt | 75 except that only attributes of type 'pointer' can be queried. 76 If an attribute queried via eglQuerySurfacePointerANGLE is not
|
D | EGL_ANGLE_device_metal.txt | 45 device, after it's queried from an EGL display. 61 Accepted as a queried <attribute> in eglQueryDeviceAttribEXT:
|
D | EGL_ANGLE_device_d3d.txt | 44 device, after it's queried from an EGL display. 60 Accepted as a queried <attribute> in eglQueryDeviceAttribEXT:
|
D | EGL_ANGLE_keyed_mutex.txt | 66 must be queried using eglQuerySurfaceAttribPointerANGLE. Keyed Mutexes
|
D | EGL_ANGLE_feature_control.txt | 70 Accepted as a queried <name> in eglQueryStringiANGLE: 79 Accepted as a queried <attribute> in eglQueryDisplayAttribANGLE
|
D | CHROMIUM_bind_uniform_location.txt | 32 must be queried if you need them. Often this is not an issue 108 the GL. Such bindings can be queried using the command
|
D | EGL_ANGLE_stream_producer_d3d_texture.txt | 113 by the same ID3D11Device that is queried with the EGL_ANGLE_device_d3d 145 queried device, is not a supported format, is not compatible with the
|
D | EGL_ANGLE_program_cache_control.txt | 110 Program binary cache properties may be queried using 123 Cache contents may be queried by using 205 queried. This can be controlled in the application layer. It can also be
|
D | EGL_ANGLE_metal_texture_client_buffer.txt | 76 object must have been created by the same Metal device queried from the
|
D | EGL_ANGLE_surface_d3d_texture_2d_share_handle.txt | 71 available. The share handle must be queried using
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.program_interface_query.txt | 38 given a return value buffer that is too short to contain all queried 59 and then the specified property is queried and verified. For the 61 queried and verified.
|
D | functional.program_uniform.txt | 53 values are queried with glGetUniform* or the shaders are rendered with; the
|
D | functional.ssbo.txt | 54 declaration. Shader is compiled and layout is queried. Validity checks are
|
/external/arm-trusted-firmware/docs/components/fconf/ |
D | fconf_properties.rst | 5 properties are not related to a specific platform and can be queried from
|
/external/arm-trusted-firmware/docs/components/measured_boot/ |
D | event_log.rst | 5 These properties are not related to a specific platform and can be queried
|
/external/libusb/libusb/ |
D | libusb-1.0.rc | 5 * The information can then be queried using standard APIs and can also be
|
/external/mesa3d/docs/_extra/specs/ |
D | MESA_pixmap_colormap.spec | 36 The colormap associated with a window can be queried with normal
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.negative_api.txt | 41 GL errors are queried with glGetError(). If the received error code does
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 2379 TypeSourceInfo *queried, uint64_t value, in ArrayTypeTraitExpr() argument 2382 false, queried->getType()->isDependentType(), in ArrayTypeTraitExpr() 2383 (queried->getType()->isInstantiationDependentType() || in ArrayTypeTraitExpr() 2385 queried->getType()->containsUnexpandedParameterPack()), in ArrayTypeTraitExpr() 2387 Loc(loc), RParen(rparen), QueriedType(queried) { } in ArrayTypeTraitExpr() 2444 Expr *queried, bool value, in ExpressionTraitExpr() argument 2449 queried->isTypeDependent(), in ExpressionTraitExpr() 2450 queried->isInstantiationDependent(), in ExpressionTraitExpr() 2451 queried->containsUnexpandedParameterPack()), in ExpressionTraitExpr() 2453 QueriedExpression(queried) { } in ExpressionTraitExpr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCScheduleA2.td | 162 // Itineraries are queried instead.
|