/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texstore.c | 311 * \param srcDepth source image depth 552 * \param srcDepth source image depth 1008 * Store a 32-bit integer or float depth component texture image. 1058 * Store a 24-bit integer depth component texture image. 1088 * Store a 24-bit integer depth component texture image. 2800 GLuint *depth = (GLuint *) malloc(srcWidth * sizeof(GLuint)); local 2873 GLuint *depth; local [all...] |
/external/chromium_org/third_party/npapi/npspy/extern/plugin/ |
npapi.h | 327 unsigned int depth; member in struct:__anon18291
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
apps.c | 2261 int purpose = 0, depth = -1; local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
x509_vfy.h | 174 int depth; /* Verify depth */ member in struct:X509_VERIFY_PARAM_st 211 int X509_STORE_set_depth(X509_STORE *store, int depth); 280 void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth); 523 void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth);
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
x509_vfy.h | 174 int depth; /* Verify depth */ member in struct:X509_VERIFY_PARAM_st 211 int X509_STORE_set_depth(X509_STORE *store, int depth); 280 void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth); 523 void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth);
|
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/ |
tinyxml.h | 213 virtual void Print( FILE* cfile, int depth ) const = 0; 870 virtual void Print( FILE* cfile, int depth ) const { 871 Print( cfile, depth, 0 ); 873 void Print( FILE* cfile, int depth, TIXML_STRING* str ) const; 1793 int depth; member in class:TiXmlPrinter [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
heap-checker.cc | 409 int max_depth; // the maximal stack depth to disable at 579 int depth = HeapProfileTable::GetCallerStackTrace(0, stack); local 588 heap_profile->RecordAlloc(ptr, size, depth, stack); 746 for (int depth = 0; depth < info.stack_depth; depth++) { 747 uintptr_t addr = AsInt(info.call_stack[depth]); 754 iter->second.max_depth > depth) { 834 int depth = 0; local 877 DisableChecksFromToLocked(AsPtr(start_address), AsPtr(end_address), depth); local [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
heap-checker.cc | 409 int max_depth; // the maximal stack depth to disable at 579 int depth = HeapProfileTable::GetCallerStackTrace(0, stack); local 588 heap_profile->RecordAlloc(ptr, size, depth, stack); 746 for (int depth = 0; depth < info.stack_depth; depth++) { 747 uintptr_t addr = AsInt(info.call_stack[depth]); 754 iter->second.max_depth > depth) { 834 int depth = 0; local 877 DisableChecksFromToLocked(AsPtr(start_address), AsPtr(end_address), depth); local [all...] |
/external/chromium_org/ui/base/x/ |
x11_util.cc | 578 unsigned int border_width, depth; local 581 &width, &height, &border_width, &depth)) 1009 const int max_depth, int depth) { 1010 if (depth > max_depth) [all...] |
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_window_tree_host_x11.cc | 484 unsigned int border_width, depth; local 486 &width, &height, &border_width, &depth)) { 1027 int depth = CopyFromParent; local [all...] |
/external/chromium_org/v8/src/ |
full-codegen.cc | 469 uint8_t depth = Min(loop_depth(), Code::kMaxLoopNestingMarker); local 471 { ast_id, static_cast<unsigned>(masm_->pc_offset()), depth }; [all...] |
/external/chromium_org/v8/test/cctest/ |
test-types.cc | 280 TypeHandle Fuzz(int depth = 5) { 281 switch (rng_.NextInt(depth == 0 ? 3 : 20)) { 304 int depth = rng_.NextInt(3); local 306 for (int i = 0; i < depth; ++i) type = Type::Context(type, region_); 310 TypeHandle element = Fuzz(depth / 2); 316 TypeHandle result = Fuzz(depth / 2); 317 TypeHandle receiver = Fuzz(depth / 2); 321 TypeHandle parameter = Fuzz(depth - 1); 329 TypeHandle operand = Fuzz(depth - 1); [all...] |
/external/deqp/framework/common/ |
tcuTexture.cpp | 533 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, const void* data) 537 , m_depth (depth) 544 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, const void* data) 548 , m_depth (depth) 566 PixelBufferAccess::PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, void* data) 567 : ConstPixelBufferAccess(format, width, height, depth, data) 571 PixelBufferAccess::PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, void* data) 572 : ConstPixelBufferAccess(format, width, height, depth, rowPitch, slicePitch, data) 717 // \note Returns bit-representation of depth floating-point value. 1297 int depth = access.getDepth(); local 1320 int depth = access.getDepth(); local 1530 int depth = access.getDepth(); local 1582 int depth = access.getDepth(); local 2369 static void getCubeLinearSamples (const ConstPixelBufferAccess (&faceAccesses)[CUBEFACE_LAST], CubeFace baseFace, float u, float v, int depth, Vec4 (&dst)[4]) member in namespace:tcu [all...] |
/external/deqp/modules/egl/ |
teglImageFormatTests.cpp | 812 m_log << tcu::TestLog::Message << "Rendering with depth buffer" << tcu::TestLog::EndMessage; 859 throw tcu::NotSupportedError("EGLImage as depth attachment not supported", "", __FILE__, __LINE__); 1425 float depth = 0.7f; local [all...] |
/external/deqp/modules/gles2/functional/ |
es2fFboRenderTest.cpp | 1117 bool depth = getConfig().depthbufferType != GL_NONE; local 1690 bool depth = getConfig().depthbufferType != GL_NONE; local [all...] |
/external/deqp/modules/gles3/functional/ |
es3fTextureMipmapTests.cpp | 2452 int depth; member in struct:deqp::gles3::Functional::__anon23909 [all...] |
es3fTextureSpecificationTests.cpp | 92 static inline int maxLevelCount (int width, int height, int depth) 94 return (int)deLog2Floor32(de::max(width, de::max(height, depth)))+1; 186 sglr::ReferenceContextBuffers refBuffers (tcu::PixelFormat(8,8,8,renderTarget.getPixelFormat().alphaBits?8:0), 0 /* depth */, 0 /* stencil */, width, height); 522 Texture3DSpecCase (Context& context, const char* name, const char* desc, const tcu::TextureFormat& format, int width, int height, int depth, int numLevels); 536 Texture3DSpecCase::Texture3DSpecCase (Context& context, const char* name, const char* desc, const tcu::TextureFormat& format, int width, int height, int depth, int numLevels) 542 , m_depth (depth) 581 for (int depth = 0; depth < levelD; depth++) 586 shader.setDepth(((float)depth + 0.5f) / (float)levelD) 3977 int depth; member in struct:deqp::gles3::Functional::__anon23928 4028 int depth; member in struct:deqp::gles3::Functional::__anon23929 4145 int depth; member in struct:deqp::gles3::Functional::__anon23930 4207 int depth; member in struct:deqp::gles3::Functional::__anon23931 4486 int depth; member in struct:deqp::gles3::Functional::__anon23935 4521 int depth = tex3DSizes[ndx].depth; local [all...] |
es3fTextureUnitTests.cpp | 1147 int depth = access.getDepth(); local [all...] |
/external/e2fsprogs/e2fsck/ |
e2fsck.h | 110 short depth; /* depth of tree */ member in struct:dx_dir_info
|
/external/emma/lib/ |
emma_ant.jar | |
/external/flac/include/FLAC/ |
format.h | 794 FLAC__uint32 depth; member in struct:__anon25296 795 /**< Picture's color depth in bits-per-pixel. */ 799 * number of palette entries), or \c 0 for non-indexed (i.e. 2^depth). [all...] |
/external/flac/libFLAC/ |
metadata_iterators.c | 314 obj->data.picture.depth <= max_depth && 316 (area > max_area_seen || (area == max_area_seen && obj->data.picture.depth > max_depth_seen)) 322 max_depth_seen = obj->data.picture.depth; 354 unsigned depth; member in struct:FLAC__Metadata_SimpleIterator 390 iterator->depth = 0; 461 iterator->depth = 0; 462 iterator->first_offset = iterator->offset[iterator->depth] = ftello(iterator->file); 542 iterator->offset[iterator->depth] = ftello(iterator->file); 554 if(iterator->offset[iterator->depth] == iterator->first_offset) 566 while(ftello(iterator->file) + (off_t)iterator->length < iterator->offset[iterator->depth]) { [all...] |
/external/kernel-headers/original/uapi/drm/ |
drm_mode.h | 303 __u32 depth; member in struct:drm_mode_fb_cmd
|
vmwgfx_drm.h | 196 * @depth - mip level depth 205 uint32_t depth; member in struct:drm_vmw_size
|
/external/libpng/contrib/gregbook/ |
rpng2-x.c | 276 static int depth; variable 826 depth = DisplayPlanes(display, screen); 833 if (depth != 16 && depth != 24 && depth != 32) { 836 Trace((stderr, "default depth is %d: checking other visuals\n", 837 depth)) 841 visual_info.depth = 24; 846 fprintf(stderr, "default screen depth %d not supported, and no" 847 " 24-bit visuals found\n", depth); [all...] |