Searched refs:functions (Results 376 - 400 of 880) sorted by relevance

<<11121314151617181920>>

/external/compiler-rt/lib/asan/
H A DMakefile.mk27 # Define a convenience variable for all the asan functions.
/external/llvm/test/tools/llvm-objdump/Inputs/
H A Dwin64-unwind.exe.coff-x86_64.asm31 // Test emission of small functions.
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_context.h189 extern void i830InitTextureFuncs(struct dd_function_table *functions);
203 extern void i830InitStateFuncs(struct dd_function_table *functions);
211 * Inline conversion functions. These are better-typed than the
H A Dintel_clear.c191 intelInitClearFuncs(struct dd_function_table *functions) argument
193 functions->Clear = intelClear;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clear.c252 intelInitClearFuncs(struct dd_function_table *functions) argument
254 functions->Clear = brw_clear;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_tex.c504 void r200InitTextureFuncs( radeonContextPtr radeon, struct dd_function_table *functions )
506 /* Note: we only plug in the functions we implement in the driver
510 radeon_init_common_texture_funcs(radeon, functions);
512 functions->NewTextureObject = r200NewTextureObject;
513 // functions->BindTexture = r200BindTexture;
514 functions->DeleteTexture = r200DeleteTexture;
516 functions->TexEnv = r200TexEnv;
517 functions->TexParameter = r200TexParameter;
518 functions->TexGen = r200TexGen;
519 functions
[all...]
H A Dradeon_texture.c684 struct dd_function_table *functions)
686 functions->NewTextureImage = radeonNewTextureImage;
687 functions->DeleteTextureImage = radeonDeleteTextureImage;
688 functions->AllocTextureImageBuffer = radeonAllocTextureImageBuffer;
689 functions->FreeTextureImageBuffer = radeonFreeTextureImageBuffer;
690 functions->MapTextureImage = radeon_map_texture_image;
691 functions->UnmapTextureImage = radeon_unmap_texture_image;
693 functions->ChooseTextureFormat = radeonChooseTextureFormat_mesa;
695 functions->CopyTexSubImage = radeonCopyTexSubImage;
697 functions
683 radeon_init_common_texture_funcs(radeonContextPtr radeon, struct dd_function_table *functions) argument
[all...]
/external/openssl/apps/
H A Dprogs.pl27 FUNCTION functions[] = {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_texture.c684 struct dd_function_table *functions)
686 functions->NewTextureImage = radeonNewTextureImage;
687 functions->DeleteTextureImage = radeonDeleteTextureImage;
688 functions->AllocTextureImageBuffer = radeonAllocTextureImageBuffer;
689 functions->FreeTextureImageBuffer = radeonFreeTextureImageBuffer;
690 functions->MapTextureImage = radeon_map_texture_image;
691 functions->UnmapTextureImage = radeon_unmap_texture_image;
693 functions->ChooseTextureFormat = radeonChooseTextureFormat_mesa;
695 functions->CopyTexSubImage = radeonCopyTexSubImage;
697 functions
683 radeon_init_common_texture_funcs(radeonContextPtr radeon, struct dd_function_table *functions) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_texture.c684 struct dd_function_table *functions)
686 functions->NewTextureImage = radeonNewTextureImage;
687 functions->DeleteTextureImage = radeonDeleteTextureImage;
688 functions->AllocTextureImageBuffer = radeonAllocTextureImageBuffer;
689 functions->FreeTextureImageBuffer = radeonFreeTextureImageBuffer;
690 functions->MapTextureImage = radeon_map_texture_image;
691 functions->UnmapTextureImage = radeon_unmap_texture_image;
693 functions->ChooseTextureFormat = radeonChooseTextureFormat_mesa;
695 functions->CopyTexSubImage = radeonCopyTexSubImage;
697 functions
683 radeon_init_common_texture_funcs(radeonContextPtr radeon, struct dd_function_table *functions) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_texture.c684 struct dd_function_table *functions)
686 functions->NewTextureImage = radeonNewTextureImage;
687 functions->DeleteTextureImage = radeonDeleteTextureImage;
688 functions->AllocTextureImageBuffer = radeonAllocTextureImageBuffer;
689 functions->FreeTextureImageBuffer = radeonFreeTextureImageBuffer;
690 functions->MapTextureImage = radeon_map_texture_image;
691 functions->UnmapTextureImage = radeon_unmap_texture_image;
693 functions->ChooseTextureFormat = radeonChooseTextureFormat_mesa;
695 functions->CopyTexSubImage = radeonCopyTexSubImage;
697 functions
683 radeon_init_common_texture_funcs(radeonContextPtr radeon, struct dd_function_table *functions) argument
[all...]
/external/valgrind/main/massif/tests/
H A Dpeak2.post.exp42 86.32% (1,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
54 89.33% (3,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
66 90.39% (4,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
78 90.93% (6,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
90 91.26% (8,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
102 91.48% (9,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
114 91.63% (11,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
126 91.75% (12,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
138 91.85% (14,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
150 91.92% (16,016B) (heap allocation functions) mallo
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
H A DExtensionHandler.java31 import org.apache.xpath.functions.FuncExtFunction;
35 * Provides functions to test a function's existence and call a function.
36 * Also provides functions for calling an element and testing for
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathVisitor.java25 import org.apache.xpath.functions.Function;
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncConcat.java21 package org.apache.xpath.functions;
H A DFuncCurrent.java21 package org.apache.xpath.functions;
H A DFuncExtFunctionAvailable.java21 package org.apache.xpath.functions;
H A DFuncLang.java21 package org.apache.xpath.functions;
H A DFuncLast.java21 package org.apache.xpath.functions;
H A DFuncNamespace.java21 package org.apache.xpath.functions;
H A DFuncNormalizeSpace.java21 package org.apache.xpath.functions;
H A DFuncPosition.java21 package org.apache.xpath.functions;
85 // functions. Shouldn't be a problem for last(), and it shouldn't be
H A DFuncSubstring.java21 package org.apache.xpath.functions;
H A DFuncTranslate.java21 package org.apache.xpath.functions;
H A DFunction.java21 package org.apache.xpath.functions;
32 * This is a superclass of all XPath functions. This allows two
138 * and Last(). See respective functions for more detail.

Completed in 433 milliseconds

<<11121314151617181920>>