Home
last modified time | relevance | path

Searched refs:queried (Results 1 – 25 of 154) sorted by relevance

1234567

/external/OpenCL-CTS/test_common/harness/
DpropertyHelpers.cpp50 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()
DpropertyHelpers.h24 int compareProperties(const std::vector<cl_properties>& queried,
/external/autotest/client/cros/video/detectors/
Dutils.py21 queried = cros_config.call_cros_config_get_output(
23 if queried == '':
25 if queried == iface:
/external/angle/extensions/
DEGL_ANGLE_device_eagl.txt45 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
DEGL_ANGLE_device_cgl.txt46 queried from an EGL display.
62 Accepted as a queried <attribute> in eglQueryDeviceAttribEXT:
69 On macOS the underlying CGLContextObj and CGLPixelFormatObj can be queried
DEGL_ANGLE_query_surface_pointer.txt75 except that only attributes of type 'pointer' can be queried.
76 If an attribute queried via eglQuerySurfacePointerANGLE is not
DEGL_ANGLE_device_metal.txt45 device, after it's queried from an EGL display.
61 Accepted as a queried <attribute> in eglQueryDeviceAttribEXT:
DEGL_ANGLE_device_d3d.txt44 device, after it's queried from an EGL display.
60 Accepted as a queried <attribute> in eglQueryDeviceAttribEXT:
DEGL_ANGLE_keyed_mutex.txt66 must be queried using eglQuerySurfaceAttribPointerANGLE. Keyed Mutexes
DEGL_ANGLE_feature_control.txt70 Accepted as a queried <name> in eglQueryStringiANGLE:
79 Accepted as a queried <attribute> in eglQueryDisplayAttribANGLE
DCHROMIUM_bind_uniform_location.txt32 must be queried if you need them. Often this is not an issue
108 the GL. Such bindings can be queried using the command
DEGL_ANGLE_stream_producer_d3d_texture.txt113 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
DEGL_ANGLE_program_cache_control.txt110 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
DEGL_ANGLE_metal_texture_client_buffer.txt76 object must have been created by the same Metal device queried from the
DEGL_ANGLE_surface_d3d_texture_2d_share_handle.txt71 available. The share handle must be queried using
/external/deqp/doc/testspecs/GLES31/
Dfunctional.program_interface_query.txt38 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.
Dfunctional.program_uniform.txt53 values are queried with glGetUniform* or the shaders are rendered with; the
Dfunctional.ssbo.txt54 declaration. Shader is compiled and layout is queried. Validity checks are
/external/arm-trusted-firmware/docs/components/fconf/
Dfconf_properties.rst5 properties are not related to a specific platform and can be queried from
/external/arm-trusted-firmware/docs/components/measured_boot/
Devent_log.rst5 These properties are not related to a specific platform and can be queried
/external/libusb/libusb/
Dlibusb-1.0.rc5 * The information can then be queried using standard APIs and can also be
/external/mesa3d/docs/_extra/specs/
DMESA_pixmap_colormap.spec36 The colormap associated with a window can be queried with normal
/external/deqp/doc/testspecs/GLES2/
Dfunctional.negative_api.txt41 GL errors are queried with glGetError(). If the received error code does
/external/clang/include/clang/AST/
DExprCXX.h2379 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/
DPPCScheduleA2.td162 // Itineraries are queried instead.

1234567