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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 17 GrGLInterface::Functions* functions = &interface->fFunctions; local
19 functions->fActiveTexture = glActiveTexture;
20 functions->fAttachShader = glAttachShader;
21 functions->fBindAttribLocation = glBindAttribLocation;
22 functions->fBindBuffer = glBindBuffer;
23 functions->fBindTexture = glBindTexture;
24 functions->fBlendColor = glBlendColor;
25 functions->fBlendFunc = glBlendFunc;
26 functions->fBufferData = (GrGLBufferDataProc)glBufferData
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-318420.js 33 functions: [bar, bar, bar, bar],
36 for (var a = this.functions, e = this.receivers, c = a.length,
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 17 GrGLInterface::Functions* functions = &interface->fFunctions; local
19 functions->fActiveTexture = glActiveTexture;
20 functions->fAttachShader = glAttachShader;
21 functions->fBindAttribLocation = glBindAttribLocation;
22 functions->fBindBuffer = glBindBuffer;
23 functions->fBindTexture = glBindTexture;
24 functions->fBlendColor = glBlendColor;
25 functions->fBlendFunc = glBlendFunc;
26 functions->fBufferData = (GrGLBufferDataProc)glBufferData
    [all...]
  /external/chromium_org/gpu/skia_bindings/
gl_bindings_skia_cmd_buffer.cc 25 GrGLInterface::Functions* functions = &interface->fFunctions; local
26 functions->fActiveTexture = glActiveTexture;
27 functions->fAttachShader = glAttachShader;
28 functions->fBindAttribLocation = glBindAttribLocation;
29 functions->fBindBuffer = glBindBuffer;
30 functions->fBindTexture = glBindTexture;
31 functions->fBindVertexArray = glBindVertexArrayOES;
32 functions->fBlendColor = glBlendColor;
33 functions->fBlendFunc = glBlendFunc
    [all...]
  /external/chromium_org/tools/gn/
function_set_defaults.cc 6 #include "tools/gn/functions.h"
10 namespace functions { namespace
92 } // namespace functions
function_process_file_template.cc 6 #include "tools/gn/functions.h"
13 namespace functions { namespace
97 } // namespace functions
function_template.cc 5 #include "tools/gn/functions.h"
12 namespace functions { namespace
177 } // namespace functions
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncBoolean.java 21 package org.apache.xpath.functions;
FuncCeiling.java 21 package org.apache.xpath.functions;
FuncFloor.java 21 package org.apache.xpath.functions;
FuncNot.java 21 package org.apache.xpath.functions;
FuncNumber.java 21 package org.apache.xpath.functions;
FuncStartsWith.java 21 package org.apache.xpath.functions;
FuncString.java 21 package org.apache.xpath.functions;
FuncStringLength.java 21 package org.apache.xpath.functions;
SecuritySupport12.java 22 package org.apache.xpath.functions;
WrongNumberArgsException.java 21 package org.apache.xpath.functions;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_context.c 39 * Mesa's Driver Functions
43 i830InitDriverFunctions(struct dd_function_table *functions)
45 intelInitDriverFunctions(functions);
46 i830InitStateFuncs(functions);
56 struct dd_function_table functions; local
64 i830InitDriverFunctions(&functions);
67 sharedContextPrivate, &functions)) {
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 39 GrGLInterface::Functions* functions = &interface->fFunctions; local
46 functions->fBindVertexArray =
67 functions->fDeleteVertexArrays =
82 functions->fGenVertexArrays =
113 functions->fTexStorage2D = (GrGLTexStorage2DProc) eglGetProcAddress("glTexStorage2DEXT");
155 functions->fMapBuffer = (GrGLMapBufferProc) eglGetProcAddress("glMapBufferOES");
156 functions->fUnmapBuffer = (GrGLUnmapBufferProc) eglGetProcAddress("glUnmapBufferOES");
159 functions->fMapBufferRange = GET_PROC(glMapBufferRange);
160 functions->fFlushMappedBufferRange = GET_PROC(glFlushMappedBufferRange)
    [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;
TextFilter.java 17 package com.google.clearsilver.jsilver.functions;
FunctionRegistry.java 17 package com.google.clearsilver.jsilver.functions;
29 * Simple implementation of FunctionFinder that you can register your own functions with.
35 protected Map<String, Function> functions = new HashMap<String, Function>(); field in class:FunctionRegistry
44 Function function = functions.get(name);
70 Function function = functions.get(name);
78 * Subclasses can override this to register their own functions.
86 functions.put(name, function);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_context.c 39 * Mesa's Driver Functions
43 i830InitDriverFunctions(struct dd_function_table *functions)
45 intelInitDriverFunctions(functions);
46 i830InitStateFuncs(functions);
56 struct dd_function_table functions; local
64 i830InitDriverFunctions(&functions);
67 sharedContextPrivate, &functions)) {
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 39 GrGLInterface::Functions* functions = &interface->fFunctions; local
46 functions->fBindVertexArray =
67 functions->fDeleteVertexArrays =
82 functions->fGenVertexArrays =
113 functions->fTexStorage2D = (GrGLTexStorage2DProc) eglGetProcAddress("glTexStorage2DEXT");
155 functions->fMapBuffer = (GrGLMapBufferProc) eglGetProcAddress("glMapBufferOES");
156 functions->fUnmapBuffer = (GrGLUnmapBufferProc) eglGetProcAddress("glUnmapBufferOES");
159 functions->fMapBufferRange = GET_PROC(glMapBufferRange);
160 functions->fFlushMappedBufferRange = GET_PROC(glFlushMappedBufferRange)
    [all...]

Completed in 428 milliseconds

1 2 3 4 5 6 7 8 91011>>