Searched refs:functions (Results 1 - 25 of 554) sorted by relevance

1234567891011>>

/external/v8/test/mjsunit/regress/
H A Dregress-2758.js30 var functions = [
40 for (var j in functions) {
41 print(functions[i])
42 assertThrows(functions[j], TypeError)
46 for (var j in functions)
47 %OptimizeFunctionOnNextCall(functions[j]);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_eglimage.h40 st_init_eglimage_functions(struct dd_function_table *functions);
45 st_init_eglimage_functions(struct dd_function_table *functions) argument
H A Dst_cb_feedback.h41 st_init_feedback_functions(struct dd_function_table *functions);
46 st_init_feedback_functions(struct dd_function_table *functions) argument
H A Dst_cb_rasterpos.h39 extern void st_init_rasterpos_functions(struct dd_function_table *functions);
44 st_init_rasterpos_functions(struct dd_function_table *functions) argument
H A Dst_cb_condrender.h34 extern void st_init_cond_render_functions(struct dd_function_table *functions);
H A Dst_cb_program.h35 st_init_program_functions(struct dd_function_table *functions);
H A Dst_cb_readpixels.h37 st_init_readpixels_functions(struct dd_function_table *functions);
H A Dst_cb_strings.h36 st_init_string_functions(struct dd_function_table *functions);
H A Dst_cb_syncobj.h35 st_init_syncobj_functions(struct dd_function_table *functions);
H A Dst_cb_texturebarrier.h34 extern void st_init_texture_barrier_functions(struct dd_function_table *functions);
H A Dst_cb_viewport.h34 st_init_viewport_functions(struct dd_function_table *functions);
H A Dst_cb_blit.h48 st_init_blit_functions(struct dd_function_table *functions);
53 st_init_blit_functions(struct dd_function_table *functions) argument
H A Dst_cb_drawtex.h22 st_init_drawtex_functions(struct dd_function_table *functions);
30 st_init_drawtex_functions(struct dd_function_table *functions) argument
H A Dst_cb_texturebarrier.c57 void st_init_texture_barrier_functions(struct dd_function_table *functions) argument
59 functions->TextureBarrier = st_TextureBarrier;
H A Dst_cb_clear.h45 st_init_clear_functions(struct dd_function_table *functions);
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_clear.h35 intelInitClearFuncs(struct dd_function_table *functions);
/external/skia/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp350 GrGLInterface::Functions* functions = &interface->fFunctions; local
351 functions->fActiveTexture = nullGLActiveTexture;
352 functions->fAttachShader = nullGLAttachShader;
353 functions->fBeginQuery = nullGLBeginQuery;
354 functions->fBindAttribLocation = nullGLBindAttribLocation;
355 functions->fBindBuffer = nullGLBindBuffer;
356 functions->fBindFragDataLocation = noOpGLBindFragDataLocation;
357 functions->fBindTexture = nullGLBindTexture;
358 functions->fBindVertexArray = nullGLBindVertexArray;
359 functions
[all...]
H A DSkNullGLContext.cpp399 GrGLInterface::Functions* functions = &interface->fFunctions; local
400 functions->fActiveTexture = nullGLActiveTexture;
401 functions->fAttachShader = nullGLAttachShader;
402 functions->fBeginQuery = nullGLBeginQuery;
403 functions->fBindAttribLocation = nullGLBindAttribLocation;
404 functions->fBindBuffer = nullGLBindBuffer;
405 functions->fBindFragDataLocation = noOpGLBindFragDataLocation;
406 functions->fBindTexture = nullGLBindTexture;
407 functions->fBindVertexArray = nullGLBindVertexArray;
408 functions
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/
H A DCoreOperators.java17 package com.google.clearsilver.jsilver.functions.bundles;
19 import com.google.clearsilver.jsilver.functions.FunctionRegistry;
20 import com.google.clearsilver.jsilver.functions.operators.AddFunction;
21 import com.google.clearsilver.jsilver.functions.operators.AndFunction;
22 import com.google.clearsilver.jsilver.functions.operators.DivideFunction;
23 import com.google.clearsilver.jsilver.functions.operators.EqualFunction;
24 import com.google.clearsilver.jsilver.functions.operators.ExistsFunction;
25 import com.google.clearsilver.jsilver.functions.operators.GreaterFunction;
26 import com.google.clearsilver.jsilver.functions.operators.GreaterOrEqualFunction;
27 import com.google.clearsilver.jsilver.functions
[all...]
H A DClearSilverCompatibleFunctions.java17 package com.google.clearsilver.jsilver.functions.bundles;
19 import com.google.clearsilver.jsilver.functions.escape.*;
20 import com.google.clearsilver.jsilver.functions.html.CssUrlValidateFunction;
21 import com.google.clearsilver.jsilver.functions.html.HtmlStripFunction;
22 import com.google.clearsilver.jsilver.functions.html.HtmlUrlValidateFunction;
23 import com.google.clearsilver.jsilver.functions.html.TextHtmlFunction;
24 import com.google.clearsilver.jsilver.functions.numeric.AbsFunction;
25 import com.google.clearsilver.jsilver.functions.numeric.MaxFunction;
26 import com.google.clearsilver.jsilver.functions.numeric.MinFunction;
27 import com.google.clearsilver.jsilver.functions
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/functions/
H A DEscapingFunction.java17 package com.google.clearsilver.jsilver.functions;
H A DNonEscapingFunction.java17 package com.google.clearsilver.jsilver.functions;
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DWrongNumberArgsException.java21 package org.apache.xpath.functions;
/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
H A DJsEscapeFunction.java17 package com.google.clearsilver.jsilver.functions.escape;
/external/skia/src/gpu/gl/debug/
H A DGrGLCreateDebugInterface.cpp806 // Since none of the "gl" methods are member functions they don't get
844 GrGLInterface::Functions* functions = &interface->fFunctions; local
845 functions->fActiveTexture = debugGLActiveTexture;
846 functions->fAttachShader = debugGLAttachShader;
847 functions->fBeginQuery = debugGLBeginQuery;
848 functions->fBindAttribLocation = debugGLBindAttribLocation;
849 functions->fBindBuffer = debugGLBindBuffer;
850 functions->fBindFragDataLocation = noOpGLBindFragDataLocation;
851 functions->fBindTexture = debugGLBindTexture;
852 functions
[all...]

Completed in 434 milliseconds

1234567891011>>