HomeSort by relevance Sort by last modified time
    Searched refs:caps (Results 1 - 25 of 196) sorted by null

1 2 3 4 5 6 7 8

  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Caps.java 44 * <code>Caps</code> is an enum specifying a capability that the {@link Renderer}
49 public enum Caps {
239 * @param caps The collection of renderer capabilities {@link Renderer#getCaps() }.
243 public static boolean supports(Collection<Caps> caps, Texture tex){
245 && !caps.contains(Caps.TextureArray))
255 return caps.contains(Caps.FloatDepthBuffer);
257 return caps.contains(Caps.TextureCompressionLATC)
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapabilities.cpp 52 /**** look up tables to translate OMX Caps to Parameter ****/
224 /**** Utility functions to help translate OMX Caps to Parameter ****/
305 status_t OMXCameraAdapter::encodeVFramerateCap(OMX_TI_CAPTYPE &caps,
322 if(caps.ulPrvVarFPSModesCount < 1) {
327 minVFR = caps.tPrvVarFPSModes[caps.ulPrvVarFPSModesCount-1].nVarFPSMin >> VFR_OFFSET;
328 maxVFR = caps.tPrvVarFPSModes[caps.ulPrvVarFPSModesCount-1].nVarFPSMax >> VFR_OFFSET;
349 // if we haven't found any caps in the list to populate
458 status_t OMXCameraAdapter::insertImageSizes(CameraProperties::Properties* params, OMX_TI_CAPTYPE &caps) {
1225 OMX_TI_CAPTYPE** caps = NULL;; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
ImageGStreamerCairo.cpp 33 GstCaps* caps = gst_buffer_get_caps(buffer); local
35 if (!gst_video_format_parse_caps(caps, &format, &width, &height)) {
36 gst_caps_unref(caps);
40 gst_caps_unref(caps);
ImageGStreamerQt.cpp 32 GstCaps* caps = gst_buffer_get_caps(buffer); local
34 if (!gst_video_format_parse_caps(caps, &format, &width, &height)) {
35 gst_caps_unref(caps);
39 gst_caps_unref(caps);
ImageGStreamerCG.mm 31 GstCaps* caps = gst_buffer_get_caps(buffer);
33 if (!gst_video_format_parse_caps(caps, &format, &width, &height)) {
34 gst_caps_unref(caps);
  /external/skia/src/gpu/gl/
GrGLCaps.cpp 42 GrGLCaps::GrGLCaps(const GrGLCaps& caps) {
43 *this = caps;
46 GrGLCaps& GrGLCaps::operator = (const GrGLCaps& caps) {
47 fVerifiedColorConfigs = caps.fVerifiedColorConfigs;
48 fStencilFormats = caps.fStencilFormats;
49 fStencilVerifiedColorConfigs = caps.fStencilVerifiedColorConfigs;
50 fMaxFragmentUniformVectors = caps.fMaxFragmentUniformVectors;
51 fMaxVertexAttributes = caps.fMaxVertexAttributes;
52 fMSFBOType = caps.fMSFBOType;
53 fMaxSampleCount = caps.fMaxSampleCount
    [all...]
GrGLEffect.cpp 24 const GrGLCaps& caps) {
28 EffectKey value = GrGLShaderBuilder::KeyForTextureAccess(access, caps) << index;
GrGLContextInfo.h 62 const GrGLCaps& caps() const { return fGLCaps; } function in class:GrGLContextInfo
63 GrGLCaps& caps() { return fGLCaps; } function in class:GrGLContextInfo
GrGLShaderBuilder.cpp 39 inline bool swizzle_requires_alpha_remapping(const GrGLCaps& caps,
42 if (caps.textureRedSupport() && (GrTextureAccess::kA_SwizzleFlag & access.swizzleMask())) {
54 const GrGLCaps& caps) {
60 if (!caps.textureSwizzleSupport() && GrPixelConfigIsAlphaOnly(access.getTexture()->config())) {
61 char alphaChar = caps.textureRedSupport() ? 'r' : 'a';
114 append_swizzle(out, *sampler.textureAccess(), fContext.caps());
131 const GrGLCaps& caps) {
136 if (!caps.textureSwizzleSupport() && swizzle_requires_alpha_remapping(caps, access)) {
144 append_swizzle(&modifiedString, access, caps);
    [all...]
  /hardware/qcom/display/libqdutils/
mdp_version.cpp 79 mMdpRev = metadata.data.caps.mdp_rev;
80 mRGBPipes = metadata.data.caps.rgb_pipes;
81 mVGPipes = metadata.data.caps.vig_pipes;
82 mDMAPipes = metadata.data.caps.dma_pipes;
  /external/chromium/base/
time_win_unittest.cc 139 TIMECAPS caps; local
140 MMRESULT status = timeGetDevCaps(&caps, sizeof(caps));
147 EXPECT_GE(static_cast<int>(caps.wPeriodMin), 1);
148 EXPECT_GT(static_cast<int>(caps.wPeriodMax), 1);
149 EXPECT_GE(static_cast<int>(caps.wPeriodMin), 1);
150 EXPECT_GT(static_cast<int>(caps.wPeriodMax), 1);
151 printf("timeGetTime range is %d to %dms\n", caps.wPeriodMin,
152 caps.wPeriodMax);
  /external/chromium/third_party/libjingle/source/talk/examples/call/
presenceouttask.cc 120 std::string caps; local
121 caps.append(s.phone_capability() ? "voice-v1" : "");
122 caps.append(s.pmuc_capability() ? " pmuc-v1" : "");
123 caps.append(s.video_capability() ? " video-v1" : "");
124 caps.append(s.camera_capability() ? " camera-v1" : "");
126 result->AddAttr(QN_EXT, caps, 1);
  /external/qemu/android/
charmap.h 22 unsigned short caps; member in struct:AKeyEntry
  /external/llvm/lib/Target/R600/
AMDGPUSubtarget.cpp 46 AMDGPUSubtarget::isOverride(AMDGPUDeviceInfo::Caps caps) const {
47 assert(caps < AMDGPUDeviceInfo::MaxNumberCapabilities &&
48 "Caps index is out of bounds!");
49 return CapsOverride[caps];
  /external/skia/include/gpu/
GrTBackendEffectFactory.h 34 const GrGLCaps& caps) const SK_OVERRIDE {
36 EffectKey effectKey = GLEffect::GenKey(stage, caps);
37 EffectKey textureKey = GLEffect::GenTextureKey(stage.getEffect(), caps);
  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 243 jvmtiCapabilities caps; local
274 memset(&caps, '\0', sizeof(caps));
275 caps.can_generate_compiled_method_load_events = 1;
276 error = (*jvmti)->AddCapabilities(jvmti, &caps);
284 memset(&caps, '\0', sizeof(caps));
285 caps.can_get_line_numbers = 1;
286 caps.can_get_source_file_name = 1;
287 error = (*jvmti)->AddCapabilities(jvmti, &caps);
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ArrayModifier.java 177 // getting start and end caps
178 Node[] caps = new Node[]{null, null}; local
182 caps[i] = (Node) blenderContext.getLoadedFeature(pCaps[i].getOldMemoryAddress(), LoadedFeatureDataType.LOADED_FEATURE);
183 if (caps[i] != null) {
184 caps[i] = (Node) caps[i].clone();
190 caps[i] = (Node) objectHelper.toObject(capStructure, blenderContext);
191 if (caps[i] == null) {
218 // adding translated nodes and caps
231 if (caps[0] != null) {
    [all...]
  /external/libcap-ng/libcap-ng-0.7/utils/
pscap.c 49 int header = 0, show_all = 0, caps; local
120 caps = capng_have_capabilities(CAPNG_SELECT_CAPS);
121 if (caps > CAPNG_NONE) {
175 if (caps == CAPNG_PARTIAL) {
  /external/libvpx/libvpx/vpx/src/
vpx_decoder.c 35 else if ((flags & VPX_CODEC_USE_XMA) && !(iface->caps & VPX_CODEC_CAP_XMA))
37 else if ((flags & VPX_CODEC_USE_POSTPROC) && !(iface->caps & VPX_CODEC_CAP_POSTPROC))
40 !(iface->caps & VPX_CODEC_CAP_ERROR_CONCEALMENT))
43 !(iface->caps & VPX_CODEC_CAP_INPUT_FRAGMENTS))
45 else if (!(iface->caps & VPX_CODEC_CAP_DECODER))
167 || !(ctx->iface->caps & VPX_CODEC_CAP_PUT_FRAME))
189 || !(ctx->iface->caps & VPX_CODEC_CAP_PUT_FRAME))
210 else if (!(ctx->iface->caps & VPX_CODEC_CAP_XMA))
227 else if (!(ctx->iface->caps & VPX_CODEC_CAP_XMA))
vpx_encoder.c 37 else if (!(iface->caps & VPX_CODEC_CAP_ENCODER))
39 else if ((flags & VPX_CODEC_USE_XMA) && !(iface->caps & VPX_CODEC_CAP_XMA))
42 && !(iface->caps & VPX_CODEC_CAP_PSNR))
45 && !(iface->caps & VPX_CODEC_CAP_OUTPUT_PARTITION))
85 else if (!(iface->caps & VPX_CODEC_CAP_ENCODER))
87 else if ((flags & VPX_CODEC_USE_XMA) && !(iface->caps & VPX_CODEC_CAP_XMA))
90 && !(iface->caps & VPX_CODEC_CAP_PSNR))
93 && !(iface->caps & VPX_CODEC_CAP_OUTPUT_PARTITION))
178 else if (!(iface->caps & VPX_CODEC_CAP_ENCODER))
230 else if (!(ctx->iface->caps & VPX_CODEC_CAP_ENCODER)
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowScanResult.java 14 public static ScanResult newInstance(String SSID, String BSSID, String caps, int level, int frequency) {
18 scanResult.capabilities = caps;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
CapsModeUtils.java 30 * Apply an auto-caps mode to a string.
32 * This intentionally does NOT apply manual caps mode. It only changes the capitalization if
33 * the mode is one of the auto-caps modes.
51 * Return whether a constant represents an auto-caps mode (either auto-shift or auto-shift-lock)
53 * @return true if this represents an auto-caps mode, false otherwise
61 * Determine what caps mode should be in effect at the current offset in
63 * checked. Note that the caps mode flags here are explicitly defined
69 * @param cs The text that should be checked for caps modes.
201 // whitespace => end with no caps (it was a stand-alone period)
202 // otherwise => end with caps (several periods/symbols in a row
221 final int caps = (TextUtils.CAP_MODE_CHARACTERS | TextUtils.CAP_MODE_WORDS local
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
TextureUtil.java 52 private static boolean isFormatSupported(Format fmt, ContextCapabilities caps){
57 return caps.OpenGL12 || caps.GL_EXT_bgra;
62 return caps.GL_EXT_texture_compression_s3tc;
67 return caps.OpenGL14 || caps.GL_ARB_depth_texture;
74 return caps.OpenGL30 || caps.GL_ARB_texture_float;
77 return caps.GL_EXT_texture_compression_latc;
80 return caps.OpenGL30 || caps.GL_EXT_texture_shared_exponent
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_phyuv_c.h 38 PgScalerCaps_t caps; member in struct:private_yuvhwdata
  /external/quake/quake/src/QW/client/
snd_linux.c 27 int caps; local
50 if (ioctl(audio_fd, SNDCTL_DSP_GETCAPS, &caps)==-1)
58 if (!(caps & DSP_CAP_TRIGGER) || !(caps & DSP_CAP_MMAP))

Completed in 401 milliseconds

1 2 3 4 5 6 7 8