HomeSort by relevance Sort by last modified time
    Searched refs:INVALID_VALUE (Results 1 - 15 of 15) sorted by null

  /frameworks/av/include/drm/
drm_framework_common.h 26 #define INVALID_VALUE -1
313 decryptId(INVALID_VALUE),
315 decryptApiType(INVALID_VALUE),
316 status(INVALID_VALUE),
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp     [all...]
WebGLDrawBuffers.cpp 76 m_context->synthesizeGLError(GraphicsContext3D::INVALID_VALUE, "drawBuffersWEBGL", "more than one buffer");
89 m_context->synthesizeGLError(GraphicsContext3D::INVALID_VALUE, "drawBuffersWEBGL", "more than max draw buffers");
WebGLRenderingContext.idl 156 const GLenum INVALID_VALUE = 0x0501;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java 50 private static int INVALID_VALUE = -1;
76 private int userDataSeptetPadding = INVALID_VALUE;
81 this.encoding = INVALID_VALUE;
83 this.languageTable = INVALID_VALUE;
84 this.languageShiftTable = INVALID_VALUE;
BluetoothMapbMessageMmsEmail.java 34 public long _id = INVALID_VALUE; /* The _id from the content provider, can be used to sort the parts if needed */
95 private long date = INVALID_VALUE;
298 if (date != INVALID_VALUE)
BluetoothMapbMessage.java 40 public static int INVALID_VALUE = -1;
53 private long partId = INVALID_VALUE;
58 private int bMsgLength = INVALID_VALUE;
608 if(bMsgLength == INVALID_VALUE)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
samplerobj.c 321 #define INVALID_VALUE 0x102
557 return INVALID_VALUE;
577 return INVALID_VALUE;
595 return INVALID_VALUE;
677 case INVALID_VALUE:
764 case INVALID_VALUE:
856 case INVALID_VALUE:
943 case INVALID_VALUE:
1028 case INVALID_VALUE:
1114 case INVALID_VALUE
    [all...]
  /external/mesa3d/src/mesa/main/
samplerobj.c 321 #define INVALID_VALUE 0x102
557 return INVALID_VALUE;
577 return INVALID_VALUE;
595 return INVALID_VALUE;
677 case INVALID_VALUE:
764 case INVALID_VALUE:
856 case INVALID_VALUE:
943 case INVALID_VALUE:
1028 case INVALID_VALUE:
1114 case INVALID_VALUE
    [all...]
  /frameworks/av/drm/libdrmframework/
DrmManagerClientImpl.cpp 29 #define INVALID_VALUE -1
216 int retCode = INVALID_VALUE;
318 ssize_t retCode = INVALID_VALUE;
  /external/chromium_org/third_party/mesa/src/docs/
MESA_ycbcr_texture.spec 182 INVALID_VALUE is generated by TexImage2D if <format> is MESA_YCBCR and
  /external/mesa3d/docs/
MESA_ycbcr_texture.spec 182 INVALID_VALUE is generated by TexImage2D if <format> is MESA_YCBCR and
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.cpp 745 return GraphicsContext3D::INVALID_VALUE;
758 return GraphicsContext3D::INVALID_VALUE;
770 return GraphicsContext3D::INVALID_VALUE;
    [all...]
GraphicsContext3D.h 139 INVALID_VALUE = 0x0501,
468 // INVALID_VALUE if width/height is negative or overflow happens.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 597 milliseconds