HomeSort by relevance Sort by last modified time
    Searched refs:functions (Results 1 - 25 of 919) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/state_tracker/
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_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_condrender.h 34 extern void st_init_cond_render_functions(struct dd_function_table *functions);
st_cb_program.h 35 st_init_program_functions(struct dd_function_table *functions);
st_cb_readpixels.h 37 st_init_readpixels_functions(struct dd_function_table *functions);
st_cb_strings.h 36 st_init_string_functions(struct dd_function_table *functions);
st_cb_syncobj.h 35 st_init_syncobj_functions(struct dd_function_table *functions);
st_cb_texturebarrier.h 34 extern void st_init_texture_barrier_functions(struct dd_function_table *functions);
st_cb_viewport.h 34 st_init_viewport_functions(struct dd_function_table *functions);
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_drawtex.h 22 st_init_drawtex_functions(struct dd_function_table *functions);
30 st_init_drawtex_functions(struct dd_function_table *functions)
st_cb_texturebarrier.c 57 void st_init_texture_barrier_functions(struct dd_function_table *functions)
59 functions->TextureBarrier = st_TextureBarrier;
st_cb_clear.h 45 st_init_clear_functions(struct dd_function_table *functions);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_clear.h 35 intelInitClearFuncs(struct dd_function_table *functions);
  /external/skia/src/gpu/gl/
GrGLCreateNullInterface.cpp 148 // Functions not declared in GrGLBogusInterface.h (not common with the Debug GL interface).
350 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
    [all...]
SkNullGLContext.cpp 140 // Functions not declared in GrGLBogusInterface.h (not common with the Debug GL interface).
353 GrGLInterface::Functions* functions = &interface->fFunctions; local
354 functions->fActiveTexture = nullGLActiveTexture;
355 functions->fAttachShader = nullGLAttachShader;
356 functions->fBeginQuery = nullGLBeginQuery;
357 functions->fBindAttribLocation = nullGLBindAttribLocation;
358 functions->fBindBuffer = nullGLBindBuffer;
359 functions->fBindFragDataLocation = noOpGLBindFragDataLocation;
360 functions->fBindTexture = nullGLBindTexture
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/
CoreOperators.java 17 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.operators.LessFunction
    [all...]
ClearSilverCompatibleFunctions.java 17 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.string.CrcFunction
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/
EscapingFunction.java 17 package com.google.clearsilver.jsilver.functions;
NonEscapingFunction.java 17 package com.google.clearsilver.jsilver.functions;
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
WrongNumberArgsException.java 21 package org.apache.xpath.functions;
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
JsEscapeFunction.java 17 package com.google.clearsilver.jsilver.functions.escape;
  /external/lldb/test/lang/c/const_variables/
Makefile 3 C_SOURCES := main.c functions.c
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 805 // Since none of the "gl" methods are member functions they don't get
843 GrGLInterface::Functions* functions = &interface->fFunctions; local
844 functions->fActiveTexture = debugGLActiveTexture;
845 functions->fAttachShader = debugGLAttachShader;
846 functions->fBeginQuery = debugGLBeginQuery;
847 functions->fBindAttribLocation = debugGLBindAttribLocation;
848 functions->fBindBuffer = debugGLBindBuffer;
849 functions->fBindFragDataLocation = noOpGLBindFragDataLocation;
850 functions->fBindTexture = debugGLBindTexture
    [all...]

Completed in 476 milliseconds

1 2 3 4 5 6 7 8 91011>>