/external/libpng/contrib/gregbook/ |
rpng-x.c | 141 static int depth; variable 449 depth = DisplayPlanes(display, screen); 458 if (/* depth != 8 && */ depth != 16 && depth != 24 && depth != 32) { 460 "screen depth %d not supported (only 16-, 24- or 32-bit TrueColor)\n", 461 depth); 465 XMatchVisualInfo(display, screen, depth, 466 (depth == 8)? PseudoColor : TrueColor, &visual_info) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_hyperz.c | 33 1. HiZ only works on depth values 35 3. on R300/400, HiZ is disabled if depth test is EQUAL 46 switch (dsa->dsa.depth.func) { 63 /* Return what's used for the depth test (either minimum or maximum). */ 67 unsigned func = dsa->dsa.depth.func; 75 unsigned func = dsa->dsa.depth.func; 110 /* If the depth function is inverted, HiZ must be disabled. */ 119 if (dsa->dsa.depth.enabled) { 120 /* if depth func is EQUAL pre-r500 */ 121 if (dsa->dsa.depth.func == PIPE_FUNC_EQUAL && !r300screen->caps.is_r500 [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
profiledata.cc | 66 const int d = entry.depth; 119 evict_[num_evicted_++] = 3; // depth for header 186 evict_[num_evicted_++] = 1; // depth 250 bucket->entry[a].depth = 0; 260 void ProfileData::Add(int depth, const void* const* stack) { 265 if (depth > kMaxStackDepth) depth = kMaxStackDepth; 266 RAW_CHECK(depth > 0, "ProfileData::Add depth <= 0"); 270 for (int i = 0; i < depth; i++) [all...] |
profiledata.h | 103 static const int kMaxStackDepth = 64; // Max stack depth stored in profile 125 // If data collection is enabled, record a sample with 'depth' 126 // entries from 'stack'. (depth must be > 0.) At most 132 void Add(int depth, const void* const* stack); 155 Slot depth; // Stack depth member in struct:ProfileData::Entry
|
heap-profile-stats.h | 47 int depth; // Depth of stack trace. member in struct:HeapProfileBucket
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
profiledata.cc | 66 const int d = entry.depth; 119 evict_[num_evicted_++] = 3; // depth for header 186 evict_[num_evicted_++] = 1; // depth 250 bucket->entry[a].depth = 0; 260 void ProfileData::Add(int depth, const void* const* stack) { 265 if (depth > kMaxStackDepth) depth = kMaxStackDepth; 266 RAW_CHECK(depth > 0, "ProfileData::Add depth <= 0"); 270 for (int i = 0; i < depth; i++) [all...] |
profiledata.h | 103 static const int kMaxStackDepth = 64; // Max stack depth stored in profile 125 // If data collection is enabled, record a sample with 'depth' 126 // entries from 'stack'. (depth must be > 0.) At most 132 void Add(int depth, const void* const* stack); 155 Slot depth; // Stack depth member in struct:ProfileData::Entry
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_hyperz.c | 33 1. HiZ only works on depth values 35 3. on R300/400, HiZ is disabled if depth test is EQUAL 46 switch (dsa->dsa.depth.func) { 63 /* Return what's used for the depth test (either minimum or maximum). */ 67 unsigned func = dsa->dsa.depth.func; 75 unsigned func = dsa->dsa.depth.func; 110 /* If the depth function is inverted, HiZ must be disabled. */ 119 if (dsa->dsa.depth.enabled) { 120 /* if depth func is EQUAL pre-r500 */ 121 if (dsa->dsa.depth.func == PIPE_FUNC_EQUAL && !r300screen->caps.is_r500 [all...] |
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
GL2EncoderUtils.cpp | 28 size_t pixelDataSize3D(void *self, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int pack) 31 return layerSize * depth;
|
GL2EncoderUtils.h | 21 size_t pixelDataSize3D(void *self, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int pack);
|
/external/chromium_org/third_party/angle_dx11/src/compiler/ |
DetectCallDepth.h | 33 bool checkExceedsMaxDepth(int depth); 50 int detectCallDepth(DetectCallDepth* detectCallDepth, int depth);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_staging.c | 33 util_staging_resource_template(struct pipe_resource *pt, unsigned width, unsigned height, unsigned depth, struct pipe_resource *template) 36 if(pt->target != PIPE_BUFFER && depth <= 1) 43 template->depth0 = depth; 75 util_staging_resource_template(pt, box->width, box->height, box->depth, &staging_resource_template); 94 sbox.depth = 1; 95 for(zi = 0; zi < box->depth; ++zi) { 121 sbox.depth = 1; 122 for(zi = 0; zi < tx->base.box.depth; ++zi)
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_clear.c | 50 double depth, unsigned stencil) 76 cv = util_pack64_z_stencil(ps->format, depth, stencil);
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texstorage.h | 41 GLsizei width, GLsizei height, GLsizei depth); 58 GLsizei width, GLsizei height, GLsizei depth);
|
pbo.h | 36 GLsizei width, GLsizei height, GLsizei depth, 49 GLsizei width, GLsizei height, GLsizei depth, 66 GLsizei width, GLsizei height, GLsizei depth, 77 GLsizei width, GLsizei height, GLsizei depth,
|
/external/expat/examples/ |
elements.c | 49 int depth = 0; local 50 XML_SetUserData(parser, &depth);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_staging.c | 33 util_staging_resource_template(struct pipe_resource *pt, unsigned width, unsigned height, unsigned depth, struct pipe_resource *template) 36 if(pt->target != PIPE_BUFFER && depth <= 1) 43 template->depth0 = depth; 75 util_staging_resource_template(pt, box->width, box->height, box->depth, &staging_resource_template); 94 sbox.depth = 1; 95 for(zi = 0; zi < box->depth; ++zi) { 121 sbox.depth = 1; 122 for(zi = 0; zi < tx->base.box.depth; ++zi)
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_clear.c | 50 double depth, unsigned stencil) 76 cv = util_pack64_z_stencil(ps->format, depth, stencil);
|
/external/mesa3d/src/mesa/main/ |
texstorage.h | 41 GLsizei width, GLsizei height, GLsizei depth); 58 GLsizei width, GLsizei height, GLsizei depth);
|
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/ |
SDL_xbios_sb3.c | 79 modeinfo.depth = 1<<(SDL_XBIOS_scpn_planes_device[scrinfo->device]); 80 modeinfo.flags = (modeinfo.depth == 8 ? XBIOSMODE_C2P : 0);
|
/frameworks/rs/driver/ |
rsdFrameBufferObj.h | 34 void setDepthTarget(DrvAllocation *depth) { 35 mDepthTarget = depth;
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XSLTUnicodeSort.cpp | 54 int depth; local 179 depth = 1; 180 while (depth < nbsorts) { 181 if (sorts[depth] == NULL) 183 comp = static_cast<xsltStylePreComp*>(sorts[depth]->psvi); 193 if (resultsTab[depth] == NULL) 194 resultsTab[depth] = xsltComputeSortResult(ctxt, 195 sorts[depth]); 196 res = resultsTab[depth]; 239 depth++ [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
nv50_transfer.h | 16 uint16_t depth; member in struct:nv50_m2mf_rect
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_depth.h | 49 GLint n, GLint x, GLint y, GLfloat depth[] );
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_transfer.h | 16 uint16_t depth; member in struct:nv50_m2mf_rect
|