HomeSort by relevance Sort by last modified time
    Searched full:functions (Results 651 - 675 of 22576) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/mesa/src/src/glsl/builtins/profiles/
110.frag 3 * 8.7 - Texture Lookup Functions
25 * 8.8 - Fragment Processing Functions
120.frag 3 * 8.7 - Texture Lookup Functions
24 * 8.8 - Fragment Processing Functions
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_buffer_objects.c 224 radeonInitBufferObjectFuncs(struct dd_function_table *functions)
226 functions->NewBufferObject = radeonNewBufferObject;
227 functions->DeleteBuffer = radeonDeleteBufferObject;
228 functions->BufferData = radeonBufferData;
229 functions->BufferSubData = radeonBufferSubData;
230 functions->GetBufferSubData = radeonGetBufferSubData;
231 functions->MapBufferRange = radeonMapBufferRange;
232 functions->UnmapBuffer = radeonUnmapBuffer;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_blit.h 48 st_init_blit_functions(struct dd_function_table *functions);
53 st_init_blit_functions(struct dd_function_table *functions)
st_cb_eglimage.h 40 st_init_eglimage_functions(struct dd_function_table *functions);
45 st_init_eglimage_functions(struct dd_function_table *functions)
st_cb_feedback.h 41 st_init_feedback_functions(struct dd_function_table *functions);
46 st_init_feedback_functions(struct dd_function_table *functions)
st_cb_queryobj.c 187 void st_init_query_functions(struct dd_function_table *functions)
189 functions->NewQueryObject = st_NewQueryObject;
190 functions->DeleteQuery = st_DeleteQuery;
191 functions->BeginQuery = st_BeginQuery;
192 functions->EndQuery = st_EndQuery;
193 functions->WaitQuery = st_WaitQuery;
194 functions->CheckQuery = st_CheckQuery;
195 functions->GetTimestamp = st_GetTimestamp;
st_cb_queryobj.h 59 st_init_query_functions(struct dd_function_table *functions);
64 st_init_query_functions(struct dd_function_table *functions)
st_cb_rasterpos.h 39 extern void st_init_rasterpos_functions(struct dd_function_table *functions);
44 st_init_rasterpos_functions(struct dd_function_table *functions)
st_cb_xformfb.c 30 * Transform feedback functions.
223 st_init_xformfb_functions(struct dd_function_table *functions)
225 functions->NewTransformFeedback = st_new_transform_feedback;
226 functions->DeleteTransformFeedback = st_delete_transform_feedback;
227 functions->BeginTransformFeedback = st_begin_transform_feedback;
228 functions->EndTransformFeedback = st_end_transform_feedback;
229 functions->PauseTransformFeedback = st_pause_transform_feedback;
230 functions->ResumeTransformFeedback = st_resume_transform_feedback;
st_cb_xformfb.h 42 st_init_xformfb_functions(struct dd_function_table *functions);
51 st_init_xformfb_functions(struct dd_function_table *functions)
  /external/chromium_org/third_party/opus/src/celt/
float_cast.h 44 ** Fortunately the ISO C99 specifications define the functions lrint, lrintf,
48 ** presence of these functions. If they weren't found we have to replace them
59 /* The presence of the required functions are detected during the configure
68 ** engage them. If optimisation is enabled, these functions will be
103 /* Win32 doesn't seem to have these functions.
104 ** Therefore implement inline versions of these functions here.
123 #warning "Don't have the functions lrint() and lrintf ()."
124 #warning "Replacing these functions with a standard C cast."
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-opt-icf.py 23 # functions, so all of the similar_functions should be preserved.
29 # Explicitly off, all functions preserved seperately.
  /external/chromium_org/tools/gyp/test/win/linker-flags/
link-ordering.gyp 10 # These are so the names of the functions appear in the disassembly.
39 # These are so the names of the functions appear in the disassembly.
  /external/chromium_org/tools/json_schema_compiler/dart_test/
comments.dart 9 * Functions
19 * Functions
comments.idl 7 // This comments the "Functions" block, and should be ignored.
8 interface Functions {
  /external/chromium_org/tools/json_schema_compiler/test/
functions_on_types.json 9 "functions": [
51 "functions": [
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-malloc.h 1 // Like the compiler, the static analyzer treats some functions differently if
3 // functions do not arbitrarily free() their parameters, and that some bugs
  /external/clang/test/Sema/
alloc_size.c 15 void fn5(unsigned) __attribute__((alloc_size(1))); // expected-warning{{only applies to functions that return a pointer}}
16 char fn6(unsigned) __attribute__((alloc_size(1))); // expected-warning{{only applies to functions that return a pointer}}
fp16-sema.c 3 // Functions cannot have parameters of type __fp16.
21 // Functions cannot return type __fp16.
  /external/clang/test/SemaCXX/
builtins.cpp 17 template int equal<&__builtin_strcmp>(const char*, const char*); // expected-error {{builtin functions must be directly called}} expected-error {{expected unqualified-id}} expected-error {{expected ')'}} expected-note {{to match this '('}}
21 __builtin_isnan; // expected-error {{builtin functions must be directly called}}
  /external/compiler-rt/lib/
clear_cache.c 19 * trampoline functions on the stack for use with nested functions.
  /external/compiler-rt/make/
options.mk 12 # The list of functions to include in the library.
13 FUNCTIONS :=
  /external/eigen/doc/
D07_PassingByValue.dox 3 /** \page TopicPassingByValue Passing Eigen objects by value to functions
36 Note that on the other hand, there is no problem with functions that return objects by value.
  /external/harfbuzz_ng/src/
hb-ft.h 37 /* Note: FreeType is not thread-safe. Hence, these functions are not either. */
52 /* Makes an hb_font_t use FreeType internally to implement font functions. */

Completed in 1261 milliseconds

<<21222324252627282930>>