OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invalid_value
(Results
1 - 15
of
15
) sorted by null
/external/chromium/chrome/browser/
idbbindingutilities_browsertest.cc
240
IndexedDBKey
invalid_value
;
local
241
invalid_value
.SetInvalid();
242
expected_keys.push_back(
invalid_value
);
260
IndexedDBKey
invalid_value
;
local
261
invalid_value
.SetInvalid();
262
expected_keys.push_back(
invalid_value
);
263
expected_keys.push_back(
invalid_value
);
281
IndexedDBKey
invalid_value
;
local
282
invalid_value
.SetInvalid();
283
expected_keys.push_back(
invalid_value
);
[
all
...]
/frameworks/base/include/drm/
drm_framework_common.h
26
#define
INVALID_VALUE
-1
312
decryptId(
INVALID_VALUE
),
314
decryptApiType(
INVALID_VALUE
),
315
status(
INVALID_VALUE
),
/external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp
826
m_context->synthesizeGLError(GraphicsContext3D::
INVALID_VALUE
);
831
m_context->synthesizeGLError(GraphicsContext3D::
INVALID_VALUE
);
849
m_context->synthesizeGLError(GraphicsContext3D::
INVALID_VALUE
);
854
m_context->synthesizeGLError(GraphicsContext3D::
INVALID_VALUE
);
872
m_context->synthesizeGLError(GraphicsContext3D::
INVALID_VALUE
);
877
m_context->synthesizeGLError(GraphicsContext3D::
INVALID_VALUE
);
895
m_context->synthesizeGLError(GraphicsContext3D::
INVALID_VALUE
);
902
m_context->synthesizeGLError(GraphicsContext3D::
INVALID_VALUE
);
920
m_context->synthesizeGLError(GraphicsContext3D::
INVALID_VALUE
);
927
m_context->synthesizeGLError(GraphicsContext3D::
INVALID_VALUE
);
[
all
...]
WebGLRenderingContext.idl
147
const unsigned int
INVALID_VALUE
= 0x0501;
[
all
...]
/frameworks/base/drm/libdrmframework/
DrmManagerClientImpl.cpp
29
#define
INVALID_VALUE
-1
225
int retCode =
INVALID_VALUE
;
318
ssize_t retCode =
INVALID_VALUE
;
/external/webkit/Source/WebCore/platform/graphics/chromium/
VideoLayerChromium.cpp
118
if (textureFormat == GraphicsContext3D::
INVALID_VALUE
) {
183
return GraphicsContext3D::
INVALID_VALUE
;
GLES2Canvas.cpp
[
all
...]
/external/mesa3d/docs/
MESA_ycbcr_texture.spec
182
INVALID_VALUE
is generated by TexImage2D if <format> is MESA_YCBCR and
MESA_texture_array.spec
581
FramebufferTexture3DEXT. The error
INVALID_VALUE
is generated if
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp
676
synthesizeGLError(
INVALID_VALUE
);
698
synthesizeGLError(
INVALID_VALUE
);
720
synthesizeGLError(
INVALID_VALUE
);
[
all
...]
/external/mesa3d/docs/OLD/
MESA_program_debug.spec
267
INVALID_VALUE
is generated by GetProgramRegisterfvMESA if <registerName>
/external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.cpp
78
synthesizeGLError(GraphicsContext3D::
INVALID_VALUE
);
136
return GraphicsContext3D::
INVALID_VALUE
;
149
return GraphicsContext3D::
INVALID_VALUE
;
161
return GraphicsContext3D::
INVALID_VALUE
;
[
all
...]
GraphicsContext3D.h
172
INVALID_VALUE
= 0x0501,
515
//
INVALID_VALUE
if width/height is negative or overflow happens.
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp
696
synthesizeGLError(
INVALID_VALUE
);
[
all
...]
/external/webkit/Source/WebKit/chromium/
ChangeLog-2011-02-16
[
all
...]
Completed in 573 milliseconds