/external/mesa3d/src/gallium/drivers/r300/ |
r300_screen.c | 80 return chip_families[r300screen->caps.family]; 86 boolean is_r500 = r300screen->caps.is_r500; 89 /* Supported features (boolean caps). */ 118 return util_format_s3tc_enabled ? r300screen->caps.dxtc_swizzle : 1; 157 return !r300screen->caps.has_tcl; 163 return r300screen->caps.has_tcl; 167 return r300screen->caps.num_tex_units; 184 boolean is_r400 = r300screen->caps.is_r400; 185 boolean is_r500 = r300screen->caps.is_r500; 219 return r300screen->caps.num_tex_units [all...] |
/cts/apps/CameraITS/tests/scene1/ |
test_param_noise_reduction.py | 16 import its.caps 50 its.caps.skip_unless(its.caps.compute_target_exposure(props) and 51 its.caps.per_frame_control(props) and 52 its.caps.noise_reduction_mode(props, 0)) 71 if not its.caps.noise_reduction_mode(props, mode): 127 if its.caps.noise_reduction_mode(props, 3): 134 if its.caps.noise_reduction_mode(props, 4): 138 elif its.caps.noise_reduction_mode(props, 4):
|
test_jpeg.py | 16 import its.caps 32 its.caps.skip_unless(its.caps.compute_target_exposure(props) and 33 its.caps.per_frame_control(props))
|
test_param_exposure_time.py | 16 import its.caps 37 its.caps.skip_unless(its.caps.compute_target_exposure(props) and 38 its.caps.per_frame_control(props))
|
test_param_sensitivity.py | 16 import its.caps 39 its.caps.skip_unless(its.caps.compute_target_exposure(props) and 40 its.caps.per_frame_control(props))
|
test_reprocess_noise_reduction.py | 16 import its.caps 47 its.caps.skip_unless(its.caps.compute_target_exposure(props) and 48 its.caps.per_frame_control(props) and 49 its.caps.noise_reduction_mode(props, 0) and 50 (its.caps.yuv_reprocess(props) or 51 its.caps.private_reprocess(props))) 54 assert(its.caps.noise_reduction_mode(props, 4)) 57 if (its.caps.yuv_reprocess(props)): 59 if (its.caps.private_reprocess(props)) [all...] |
test_auto_vs_manual.py | 16 import its.caps 35 its.caps.skip_unless(its.caps.manual_sensor(props) and 36 its.caps.manual_post_proc(props) and 37 its.caps.per_frame_control(props))
|
test_post_raw_sensitivity_boost.py | 16 import its.caps 40 its.caps.skip_unless(its.caps.raw_output(props) and 41 its.caps.post_raw_sensitivity_boost(props) and 42 its.caps.compute_target_exposure(props) and 43 its.caps.per_frame_control(props)) 48 if its.caps.raw16(props): 50 elif its.caps.raw10(props): 52 elif its.caps.raw12(props): 86 caps = cam.do_capture(reqs, out_surfaces [all...] |
test_dng_noise_model.py | 16 import its.caps 43 its.caps.skip_unless(its.caps.raw(props) and 44 its.caps.raw16(props) and 45 its.caps.manual_sensor(props) and 46 its.caps.read_3a(props) and 47 its.caps.per_frame_control(props))
|
/cts/apps/CameraITS/tests/inprog/ |
test_burst_sameness_auto.py | 16 import its.caps 42 its.caps.skip_unless(its.caps.manual_sensor(props) and 43 its.caps.awb_lock(props)) 65 caps = cam.do_capture([req]*BURST_LEN, [fmt]) 66 for i,cap in enumerate(caps):
|
test_burst_sameness_fullres_auto.py | 18 import its.caps 45 its.caps.skip_unless(its.caps.manual_sensor(props) and 46 its.caps.awb_lock(props)) 63 caps = cam.do_capture([req]*BURST_LEN) 64 for i,cap in enumerate(caps):
|
/cts/apps/CameraITS/tests/scene3/ |
test_edge_enhancement.py | 16 import its.caps 87 its.caps.skip_unless(its.caps.read_3a(props) and 88 its.caps.per_frame_control(props) and 89 its.caps.edge_mode(props, 0)) 103 if not its.caps.edge_mode(props, edge_mode):
|
/external/libcap/progs/ |
quicktest.sh | 76 # leverage keep caps maintain capabilities accross a change of uid 78 pass_capsh --uid=500 -- -c "./tcapsh --keep=1 --caps=\"cap_net_raw,cap_net_admin=ip\" --uid=500 --caps=\"cap_net_raw,cap_net_admin=pie\" --print" 81 pass_capsh --uid=500 -- -c "./tcapsh --keep=1 --caps=\"cap_net_raw,cap_net_admin=ip\" --uid=500 --forkfor=10 --caps= --print --killit=9 --print" 122 caps=\$(./getpcaps \$mypid 2>&1 | cut -d: -f2) 123 if [ "\$caps" != " =" ]; then 124 echo "Shell script got [\$caps] - you should upgrade your kernel" 128 echo "Good, no capabilities [\$caps] for this setuid-0 shell script" 142 pass_capsh --keep=1 --user=nobody --caps=cap_setpcap=ep [all...] |
/external/skia/src/gpu/ |
GrGpu.cpp | 60 const GrCaps& caps = *this->caps(); local 61 if (textureParams.isTiled() && !caps.npotTextureTileSupport() && 95 if (!this->caps()->isConfigTexturable(desc.fConfig)) { 100 if (isRT && !this->caps()->isConfigRenderable(desc.fConfig, desc.fSampleCnt > 0)) { 112 int maxRTSize = this->caps()->maxRenderTargetSize(); 117 int maxSize = this->caps()->maxTextureSize(); 127 desc.fSampleCnt = SkTMin(desc.fSampleCnt, this->caps()->maxSampleCount()); 138 if (!this->caps()->npotTextureTileSupport() && 149 if (!this->caps()->reuseScratchTextures() && !isRT) [all...] |
GrPathProcessor.h | 34 virtual void getGLSLProcessorKey(const GrGLSLCaps& caps, 37 virtual GrGLSLPrimitiveProcessor* createGLSLInstance(const GrGLSLCaps& caps) const override;
|
/frameworks/av/media/libmedia/ |
MediaCodecInfo.cpp | 59 sp<MediaCodecInfo::Capabilities> caps = new Capabilities(); local 65 if (caps != NULL) { 66 caps->mProfileLevels.push_back(profileLevel); 72 if (caps != NULL) { 73 caps->mColorFormats.push_back(color); 80 if (caps != NULL) { 81 caps->mFlags = flags; 82 caps->mDetails = details; 84 return caps; 167 sp<Capabilities> caps = Capabilities::FromParcel(parcel) local [all...] |
/external/autotest/client/cros/ |
tpm_dam.py | 46 caps_file='/sys/class/misc/tpm0/device/caps' 48 caps_file='/sys/class/tpm/tpm0/device/caps' 51 caps = fp.read() 53 return 'Could not read TPM device caps.' 54 match = re.search(r'Manufacturer: (0x[0-9A-Fa-f]*)', caps)
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_vbuf.h | 44 /* Vertex format CAPs. */ 63 void u_vbuf_get_caps(struct pipe_screen *screen, struct u_vbuf_caps *caps); 67 struct u_vbuf_caps *caps);
|
/external/skia/src/gpu/gl/ |
GrGLUniformHandler.h | 44 void bindUniformLocations(GrGLuint programID, const GrGLCaps& caps); 47 void getUniformLocations(GrGLuint programID, const GrGLCaps& caps);
|
/external/skia/include/gpu/ |
GrFragmentProcessor.h | 68 void getGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const { 69 this->onGetGLSLProcessorKey(caps, b); 71 fChildProcessors[i]->getGLSLProcessorKey(caps, b); 173 virtual void onGetGLSLProcessorKey(const GrGLSLCaps& caps,
|
/cts/apps/CameraITS/tests/scene0/ |
test_unified_timestamps.py | 17 import its.caps 27 # Only run test if the appropriate caps are claimed. 28 its.caps.skip_unless(its.caps.sensor_fusion(props))
|
/cts/apps/CameraITS/tools/ |
validate_scene.py | 19 import its.caps 55 if its.caps.ae_lock(props): 57 if its.caps.awb_lock(props):
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDGPUSubtarget.cpp | 46 AMDGPUSubtarget::isOverride(AMDGPUDeviceInfo::Caps caps) const 48 assert(caps < AMDGPUDeviceInfo::MaxNumberCapabilities && 49 "Caps index is out of bounds!"); 50 return CapsOverride[caps];
|
/external/skia/src/gpu/effects/ |
GrBezierEffect.h | 64 const GrCaps& caps, 70 if (!caps.shaderCaps()->shaderDerivativeSupport()) { 76 if (!caps.shaderCaps()->shaderDerivativeSupport()) { 106 void getGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const override; 144 const GrCaps& caps, 150 if (!caps.shaderCaps()->shaderDerivativeSupport()) { 156 if (!caps.shaderCaps()->shaderDerivativeSupport()) { 186 void getGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const override; 226 const GrCaps& caps) { 229 if (!caps.shaderCaps()->shaderDerivativeSupport()) [all...] |
/external/webrtc/talk/media/webrtc/ |
fakewebrtcdeviceinfo.h | 44 std::vector<webrtc::VideoCaptureCapability> caps; member in struct:FakeWebRtcDeviceInfo::Device 55 dev->caps.push_back(cap); 82 return static_cast<int32_t>(dev->caps.size()); 89 if (device_cap_num >= dev->caps.size()) return -1; 90 cap = dev->caps[device_cap_num];
|