HomeSort by relevance Sort by last modified time
    Searched defs:depth (Results 826 - 850 of 1122) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
videodev.h 72 __u16 depth; member in struct:video_picture
152 int depth; member in struct:video_buffer
  /prebuilts/tools/common/kxml2-tools/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 
  /system/core/include/private/pixelflinger/
ggl_context.h 290 uint8_t depth; member in struct:android::mask_state_t
299 GGLclampx depth; member in struct:android::clear_state_t
433 surface_t depth; member in struct:android::framebuffer_t
  /system/core/libpixelflinger/
scanline.cpp 255 "(nop) depth test", scanline_noop, init_y_noop },
877 uint16_t depth = *p; local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
GenTool.jar 
  /art/runtime/
thread.cc 1493 int32_t depth = count_visitor.GetDepth(); local
1521 int32_t depth = soa.Decode<mirror::ObjectArray<mirror::Object>*>(internal)->GetLength() - 1; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
fb.h 371 __u8 depth; member in struct:fb_image
  /dalvik/tools/dmtracedump/
TraceDump.c 232 int depth[MAX_THREADS]; member in struct:TraceData
1187 traceData.depth[i] = 2; // adjust for return from start function
    [all...]
  /development/ndk/platforms/android-L/include/linux/
fb.h 371 __u8 depth; member in struct:fb_image
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 109 void GL_APIENTRY glClearDepthf(GLclampf depth) {
110 glGetInterfacePPAPI()->ClearDepthf(glGetCurrentContextPPAPI(), depth); local
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
intermediate.h 642 depth(0),
660 depth++;
661 maxDepth = std::max(maxDepth, depth);
667 depth--;
686 int depth; member in class:TIntermTraverser
694 // For traversing the tree, and computing max depth.
695 // Takes a maximum depth limit to prevent stack overflow.
  /external/chromium_org/third_party/libxml/src/include/libxml/
parser.h 206 int nodeNr; /* Depth of the parsing stack */
207 int nodeMax; /* Max depth of the parsing stack */
230 int nameNr; /* Depth of the parsing stack */
231 int nameMax; /* Max depth of the parsing stack */
245 int spaceNr; /* Depth of the parsing stack */
246 int spaceMax; /* Max depth of the parsing stack */
249 int depth; /* to prevent entity substitution loops */ member in struct:_xmlParserCtxt
308 int nodeInfoNr; /* Depth of the parsing stack */
309 int nodeInfoMax; /* Max depth of the parsing stack */
936 int depth,
    [all...]
  /external/chromium_org/third_party/libxml/src/
tree.c 7609 int depth; member in struct:xmlNsMapItem
8524 int depth = -1, adoptns = 0, parnsdone = 0; local
8795 int depth = -1, adoptStr = 1; local
9162 int depth = -1; local
    [all...]
xmlreader.c 135 int depth; /* depth of the current node */ member in struct:_xmlTextReader
143 int entNr; /* Depth of the entities stack */
144 int entMax; /* Max depth of the entities stack */
551 fprintf(stderr, "xmlTextReader: state %d depth %d ",
552 reader->state, reader->depth);
558 fprintf(stderr, " input: base %d, cur %d, depth %d: ",
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 3104 int depth = 0; \/* loop depth *\/ local
3136 int depth = 0; \/* loop depth *\/ local
3165 int depth = 0; \/* loop depth *\/ local
3196 int depth = 0; \/* loop depth *\/ local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfilter.c 153 * size = width (or height or depth) of texture
499 * NOTE: only used for depth texture sampling.
511 const GLint depth = img->Depth; local
537 *k = tex_array_slice(texcoord[2], depth);
548 * NOTE: only used for depth texture sampling.
561 const GLint depth = img->Depth; local
594 *slice = tex_array_slice(texcoord[2], depth);
823 _mesa_problem(NULL, "Bad depth texture mode")
2022 const GLint depth = img->Depth2; \/* without border, power of two *\/ local
2055 const GLint depth = img->Depth2; local
2827 const GLint depth = img->Depth; local
2861 const GLint depth = img->Depth; local
3548 const GLint depth = img->Depth; local
    [all...]
  /external/chromium_org/third_party/npapi/bindings/
npapi.h 508 int32_t depth; /* Depth of image pointer */ member in struct:_NPImageExpose
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp 183 int depth; member in struct:deqp::gles3::Functional::__anon23886::TextureSpec
192 , depth (0)
208 , depth (depth_)
    [all...]
  /external/kernel-headers/original/uapi/linux/
fb.h 365 __u8 depth; /* Depth of the image */ member in struct:fb_image
  /external/libxml2/include/libxml/
parser.h 206 int nodeNr; /* Depth of the parsing stack */
207 int nodeMax; /* Max depth of the parsing stack */
230 int nameNr; /* Depth of the parsing stack */
231 int nameMax; /* Max depth of the parsing stack */
245 int spaceNr; /* Depth of the parsing stack */
246 int spaceMax; /* Max depth of the parsing stack */
249 int depth; /* to prevent entity substitution loops */ member in struct:_xmlParserCtxt
308 int nodeInfoNr; /* Depth of the parsing stack */
309 int nodeInfoMax; /* Max depth of the parsing stack */
939 int depth,
    [all...]
  /external/libxml2/
tree.c 7773 int depth; member in struct:xmlNsMapItem
8695 int depth = -1, adoptns = 0, parnsdone = 0; local
8966 int depth = -1, adoptStr = 1; local
9336 int depth = -1; local
    [all...]

Completed in 1635 milliseconds

<<31323334353637383940>>