/external/chromium_org/gpu/skia_bindings/ |
D | gl_bindings_skia_cmd_buffer.cc | 25 GrGLInterface::Functions* functions = &interface->fFunctions; in CreateCommandBufferSkiaGLBinding() local 26 functions->fActiveTexture = glActiveTexture; in CreateCommandBufferSkiaGLBinding() 27 functions->fAttachShader = glAttachShader; in CreateCommandBufferSkiaGLBinding() 28 functions->fBindAttribLocation = glBindAttribLocation; in CreateCommandBufferSkiaGLBinding() 29 functions->fBindBuffer = glBindBuffer; in CreateCommandBufferSkiaGLBinding() 30 functions->fBindTexture = glBindTexture; in CreateCommandBufferSkiaGLBinding() 31 functions->fBindVertexArray = glBindVertexArrayOES; in CreateCommandBufferSkiaGLBinding() 32 functions->fBlendColor = glBlendColor; in CreateCommandBufferSkiaGLBinding() 33 functions->fBlendFunc = glBlendFunc; in CreateCommandBufferSkiaGLBinding() 34 functions->fBufferData = glBufferData; in CreateCommandBufferSkiaGLBinding() [all …]
|
/external/skia/src/gpu/gl/iOS/ |
D | GrGLCreateNativeInterface_iOS.cpp | 17 GrGLInterface::Functions* functions = &interface->fFunctions; in GrGLCreateNativeInterface() local 19 functions->fActiveTexture = glActiveTexture; in GrGLCreateNativeInterface() 20 functions->fAttachShader = glAttachShader; in GrGLCreateNativeInterface() 21 functions->fBindAttribLocation = glBindAttribLocation; in GrGLCreateNativeInterface() 22 functions->fBindBuffer = glBindBuffer; in GrGLCreateNativeInterface() 23 functions->fBindTexture = glBindTexture; in GrGLCreateNativeInterface() 24 functions->fBlendColor = glBlendColor; in GrGLCreateNativeInterface() 25 functions->fBlendFunc = glBlendFunc; in GrGLCreateNativeInterface() 26 functions->fBufferData = (GrGLBufferDataProc)glBufferData; in GrGLCreateNativeInterface() 27 functions->fBufferSubData = (GrGLBufferSubDataProc)glBufferSubData; in GrGLCreateNativeInterface() [all …]
|
/external/skia/src/gpu/gl/android/ |
D | GrGLCreateNativeInterface_android.cpp | 29 GrGLInterface::Functions* functions = &interface->fFunctions; in create_es_interface() local 31 functions->fActiveTexture = glActiveTexture; in create_es_interface() 32 functions->fAttachShader = glAttachShader; in create_es_interface() 33 functions->fBindAttribLocation = glBindAttribLocation; in create_es_interface() 34 functions->fBindBuffer = glBindBuffer; in create_es_interface() 35 functions->fBindTexture = glBindTexture; in create_es_interface() 36 functions->fBindVertexArray = glBindVertexArrayOES; in create_es_interface() 37 functions->fBlendColor = glBlendColor; in create_es_interface() 38 functions->fBlendFunc = glBlendFunc; in create_es_interface() 39 functions->fBufferData = glBufferData; in create_es_interface() [all …]
|
/external/skia/src/gpu/gl/ |
D | GrGLCreateNullInterface.cpp | 292 GrGLInterface::Functions* functions = &interface->fFunctions; in GrGLCreateNullInterface() local 293 functions->fActiveTexture = nullGLActiveTexture; in GrGLCreateNullInterface() 294 functions->fAttachShader = nullGLAttachShader; in GrGLCreateNullInterface() 295 functions->fBeginQuery = nullGLBeginQuery; in GrGLCreateNullInterface() 296 functions->fBindAttribLocation = nullGLBindAttribLocation; in GrGLCreateNullInterface() 297 functions->fBindBuffer = nullGLBindBuffer; in GrGLCreateNullInterface() 298 functions->fBindFragDataLocation = noOpGLBindFragDataLocation; in GrGLCreateNullInterface() 299 functions->fBindTexture = nullGLBindTexture; in GrGLCreateNullInterface() 300 functions->fBindVertexArray = nullGLBindVertexArray; in GrGLCreateNullInterface() 301 functions->fBlendColor = noOpGLBlendColor; in GrGLCreateNullInterface() [all …]
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGLCreateNullInterface.cpp | 346 GrGLInterface::Functions* functions = &interface->fFunctions; in GrGLCreateNullInterface() local 347 functions->fActiveTexture = nullGLActiveTexture; in GrGLCreateNullInterface() 348 functions->fAttachShader = nullGLAttachShader; in GrGLCreateNullInterface() 349 functions->fBeginQuery = nullGLBeginQuery; in GrGLCreateNullInterface() 350 functions->fBindAttribLocation = nullGLBindAttribLocation; in GrGLCreateNullInterface() 351 functions->fBindBuffer = nullGLBindBuffer; in GrGLCreateNullInterface() 352 functions->fBindFragDataLocation = noOpGLBindFragDataLocation; in GrGLCreateNullInterface() 353 functions->fBindTexture = nullGLBindTexture; in GrGLCreateNullInterface() 354 functions->fBindVertexArray = nullGLBindVertexArray; in GrGLCreateNullInterface() 355 functions->fBlendColor = noOpGLBlendColor; in GrGLCreateNullInterface() [all …]
|
/external/skia/src/gpu/gl/debug/ |
D | GrGLCreateDebugInterface.cpp | 839 GrGLInterface::Functions* functions = &interface->fFunctions; in GrGLCreateDebugInterface() local 840 functions->fActiveTexture = debugGLActiveTexture; in GrGLCreateDebugInterface() 841 functions->fAttachShader = debugGLAttachShader; in GrGLCreateDebugInterface() 842 functions->fBeginQuery = debugGLBeginQuery; in GrGLCreateDebugInterface() 843 functions->fBindAttribLocation = debugGLBindAttribLocation; in GrGLCreateDebugInterface() 844 functions->fBindBuffer = debugGLBindBuffer; in GrGLCreateDebugInterface() 845 functions->fBindFragDataLocation = noOpGLBindFragDataLocation; in GrGLCreateDebugInterface() 846 functions->fBindTexture = debugGLBindTexture; in GrGLCreateDebugInterface() 847 functions->fBindVertexArray = debugGLBindVertexArray; in GrGLCreateDebugInterface() 848 functions->fBlendColor = noOpGLBlendColor; in GrGLCreateDebugInterface() [all …]
|
/external/chromium_org/third_party/skia/src/gpu/gl/debug/ |
D | GrGLCreateDebugInterface.cpp | 843 GrGLInterface::Functions* functions = &interface->fFunctions; in GrGLCreateDebugInterface() local 844 functions->fActiveTexture = debugGLActiveTexture; in GrGLCreateDebugInterface() 845 functions->fAttachShader = debugGLAttachShader; in GrGLCreateDebugInterface() 846 functions->fBeginQuery = debugGLBeginQuery; in GrGLCreateDebugInterface() 847 functions->fBindAttribLocation = debugGLBindAttribLocation; in GrGLCreateDebugInterface() 848 functions->fBindBuffer = debugGLBindBuffer; in GrGLCreateDebugInterface() 849 functions->fBindFragDataLocation = noOpGLBindFragDataLocation; in GrGLCreateDebugInterface() 850 functions->fBindTexture = debugGLBindTexture; in GrGLCreateDebugInterface() 851 functions->fBindVertexArray = debugGLBindVertexArray; in GrGLCreateDebugInterface() 852 functions->fBlendColor = noOpGLBlendColor; in GrGLCreateDebugInterface() [all …]
|
/external/chromium_org/ui/gl/ |
D | gl_bindings_skia_in_process.cc | 607 GrGLInterface::Functions* functions = &interface->fFunctions; in CreateInProcessSkiaGLBinding() local 608 functions->fActiveTexture = StubGLActiveTexture; in CreateInProcessSkiaGLBinding() 609 functions->fAttachShader = StubGLAttachShader; in CreateInProcessSkiaGLBinding() 610 functions->fBeginQuery = StubGLBeginQuery; in CreateInProcessSkiaGLBinding() 611 functions->fBindAttribLocation = StubGLBindAttribLocation; in CreateInProcessSkiaGLBinding() 612 functions->fBindBuffer = StubGLBindBuffer; in CreateInProcessSkiaGLBinding() 613 functions->fBindFragDataLocation = StubGLBindFragDataLocation; in CreateInProcessSkiaGLBinding() 614 functions->fBindTexture = StubGLBindTexture; in CreateInProcessSkiaGLBinding() 615 functions->fBindVertexArray = StubGLBindVertexArray; in CreateInProcessSkiaGLBinding() 616 functions->fBlendColor = StubGLBlendColor; in CreateInProcessSkiaGLBinding() [all …]
|
D | generate_bindings.py | 1333 def GenerateHeader(file, functions, set_name, used_extensions): argument 1356 for func in functions: 1370 for func in functions: 1383 for func in functions: 1394 for func in functions: 1403 def GenerateAPIHeader(file, functions, set_name): argument 1417 for func in functions: 1424 def GenerateMockHeader(file, functions, set_name): argument 1438 for func in functions: 1451 def GenerateSource(file, functions, set_name, used_extensions): argument [all …]
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/ |
D | 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 …]
|
D | 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/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 39 GrGLInterface::Functions* functions = &interface->fFunctions; in GrGLCreateANGLEInterface() local 46 functions->fBindVertexArray = in GrGLCreateANGLEInterface() 67 functions->fDeleteVertexArrays = in GrGLCreateANGLEInterface() 82 functions->fGenVertexArrays = in GrGLCreateANGLEInterface() 113 functions->fTexStorage2D = (GrGLTexStorage2DProc) eglGetProcAddress("glTexStorage2DEXT"); in GrGLCreateANGLEInterface() 155 functions->fMapBuffer = (GrGLMapBufferProc) eglGetProcAddress("glMapBufferOES"); in GrGLCreateANGLEInterface() 156 functions->fUnmapBuffer = (GrGLUnmapBufferProc) eglGetProcAddress("glUnmapBufferOES"); in GrGLCreateANGLEInterface() 159 functions->fMapBufferRange = GET_PROC(glMapBufferRange); in GrGLCreateANGLEInterface() 160 functions->fFlushMappedBufferRange = GET_PROC(glFlushMappedBufferRange); in GrGLCreateANGLEInterface() 162 functions->fMapBufferRange = (GrGLMapBufferRangeProc) eglGetProcAddress("glMapBufferRange"); in GrGLCreateANGLEInterface() [all …]
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | FunctionTable.java | 24 import org.apache.xpath.functions.Function; 178 m_functions[FUNC_CURRENT] = org.apache.xpath.functions.FuncCurrent.class; 179 m_functions[FUNC_LAST] = org.apache.xpath.functions.FuncLast.class; 180 m_functions[FUNC_POSITION] = org.apache.xpath.functions.FuncPosition.class; 181 m_functions[FUNC_COUNT] = org.apache.xpath.functions.FuncCount.class; 182 m_functions[FUNC_ID] = org.apache.xpath.functions.FuncId.class; 186 org.apache.xpath.functions.FuncLocalPart.class; 188 org.apache.xpath.functions.FuncNamespace.class; 189 m_functions[FUNC_QNAME] = org.apache.xpath.functions.FuncQname.class; 191 org.apache.xpath.functions.FuncGenerateId.class; [all …]
|
/external/chromium_org/third_party/npapi/npspy/extern/java/ |
D | jni.h | 724 const struct JNINativeInterface_ *functions; member 730 return functions->GetVersion(this); in GetVersion() 734 return functions->DefineClass(this, name, loader, buf, len); in DefineClass() 737 return functions->FindClass(this, name); in FindClass() 740 return functions->GetSuperclass(this, sub); in GetSuperclass() 743 return functions->IsAssignableFrom(this, sub, sup); in IsAssignableFrom() 747 return functions->Throw(this, obj); in Throw() 750 return functions->ThrowNew(this, clazz, msg); in ThrowNew() 753 return functions->ExceptionOccurred(this); in ExceptionOccurred() 756 functions->ExceptionDescribe(this); in ExceptionDescribe() [all …]
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/ |
D | TestSignatureMatching.py | 18 def assertMatches(self, expected_type, arg_types, functions): argument 20 match = pt.best_match(args, functions) 32 functions = [ NameNode(None, type=t) for t in function_types ] 33 self.assertMatches(function_types[0], [pt.c_int_type], functions) 34 self.assertMatches(function_types[1], [pt.c_long_type], functions) 35 self.assertMatches(function_types[2], [pt.c_double_type], functions) 45 functions = [ NameNode(None, type=t) for t in function_types ] 46 self.assertMatches(function_types[0], [pt.c_int_type, pt.c_long_type], functions) 47 self.assertMatches(function_types[1], [pt.c_long_type, pt.c_long_type], functions) 48 self.assertMatches(function_types[1], [pt.c_long_type, pt.c_int_type], functions) [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
D | st_context.c | 327 void st_init_driver_functions(struct dd_function_table *functions) in st_init_driver_functions() argument 329 _mesa_init_shader_object_functions(functions); in st_init_driver_functions() 330 _mesa_init_sampler_object_functions(functions); in st_init_driver_functions() 332 functions->Accum = _mesa_accum; in st_init_driver_functions() 334 st_init_blit_functions(functions); in st_init_driver_functions() 335 st_init_bufferobject_functions(functions); in st_init_driver_functions() 336 st_init_clear_functions(functions); in st_init_driver_functions() 337 st_init_bitmap_functions(functions); in st_init_driver_functions() 338 st_init_drawpixels_functions(functions); in st_init_driver_functions() 339 st_init_rasterpos_functions(functions); in st_init_driver_functions() [all …]
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_context.c | 327 void st_init_driver_functions(struct dd_function_table *functions) in st_init_driver_functions() argument 329 _mesa_init_shader_object_functions(functions); in st_init_driver_functions() 330 _mesa_init_sampler_object_functions(functions); in st_init_driver_functions() 332 functions->Accum = _mesa_accum; in st_init_driver_functions() 334 st_init_blit_functions(functions); in st_init_driver_functions() 335 st_init_bufferobject_functions(functions); in st_init_driver_functions() 336 st_init_clear_functions(functions); in st_init_driver_functions() 337 st_init_bitmap_functions(functions); in st_init_driver_functions() 338 st_init_drawpixels_functions(functions); in st_init_driver_functions() 339 st_init_rasterpos_functions(functions); in st_init_driver_functions() [all …]
|
/external/chromium_org/ppapi/thunk/ |
D | ppb_pdf_thunk.cc | 23 return enter.functions()->GetLocalizedString(string_id); in GetLocalizedString() 31 return enter.functions()->GetResourceImage(image_id); in GetResourceImage() 44 return enter.functions()->CreateFlashFontFile(instance, description, charset); in GetFontFileWithFallback() 69 enter.functions()->SearchString(string, term, case_sensitive, results, count); in SearchString() 75 enter.functions()->DidStartLoading(); in DidStartLoading() 81 enter.functions()->DidStopLoading(); in DidStopLoading() 87 enter.functions()->SetContentRestriction(restrictions); in SetContentRestriction() 93 enter.functions()->HistogramPDFPageCount(count); in HistogramPDFPageCount() 99 enter.functions()->UserMetricsRecordAction(action); in UserMetricsRecordAction() 105 enter.functions()->HasUnsupportedFeature(); in HasUnsupportedFeature() [all …]
|
D | ppb_content_decryptor_private_thunk.cc | 24 enter.functions()->PromiseResolved(instance, promise_id); in PromiseResolved() 34 enter.functions()->PromiseResolvedWithSession(instance, in PromiseResolvedWithSession() 46 enter.functions()->PromiseResolvedWithKeyIds(instance, in PromiseResolvedWithKeyIds() 60 enter.functions()->PromiseRejected(instance, in PromiseRejected() 75 enter.functions()->SessionMessage(instance, in SessionMessage() 88 enter.functions()->SessionKeysChange(instance, in SessionKeysChange() 100 enter.functions()->SessionExpirationChange(instance, in SessionExpirationChange() 110 enter.functions()->SessionReady(instance, web_session_id); in SessionReady() 118 enter.functions()->SessionClosed(instance, web_session_id); in SessionClosed() 130 enter.functions()->SessionError(instance, in SessionError() [all …]
|
/external/conscrypt/src/compat/native/ |
D | JNIHelp.h | 123 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods); in jniRegisterNativeMethods() 127 return jniThrowException(&env->functions, className, msg); in jniThrowException() 139 return jniThrowExceptionFmt(&env->functions, className, fmt, args); in jniThrowExceptionFmt() 144 return jniThrowNullPointerException(&env->functions, msg); in jniThrowNullPointerException() 148 return jniThrowRuntimeException(&env->functions, msg); in jniThrowRuntimeException() 152 return jniThrowIOException(&env->functions, errnum); in jniThrowIOException() 156 return jniCreateFileDescriptor(&env->functions, fd); in jniCreateFileDescriptor() 160 return jniGetFDFromFileDescriptor(&env->functions, fileDescriptor); in jniGetFDFromFileDescriptor() 164 jniSetFileDescriptorOfFD(&env->functions, fileDescriptor, value); in jniSetFileDescriptorOfFD() 168 return jniGetReferent(&env->functions, ref); in jniGetReferent() [all …]
|
/external/compiler-rt/lib/dfsan/scripts/ |
D | build-libc-list.py | 21 functions = [] 31 functions.append(function_name) 32 return functions 84 functions = [] variable 87 functions += defined_function_list(l) 91 functions = list(set(functions)) variable 92 functions.sort() 94 for f in functions:
|
/external/llvm/test/tools/llvm-profdata/ |
D | simple.test | 2 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s --check-prefix=FOO3 4 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s --check-prefix=FOO3 9 FOO3: Total functions: 1 14 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s --check-prefix=FOO4 16 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s --check-prefix=FOO4 21 FOO4: Total functions: 1 26 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s --check-prefix=FOO3BAR3 28 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s --check-prefix=FOO3BAR3 37 FOO3BAR3: Total functions: 2 42 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s --check-prefix=FOO3EMPTY [all …]
|
/external/chromium_org/v8/test/mjsunit/regress/ |
D | regress-2758.js | 30 var functions = [ variable 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/chromium_org/third_party/angle/src/compiler/translator/ |
D | DetectCallDepth.cpp | 82 for (size_t i = 0; i < functions.size(); ++i) in ~DetectCallDepth() 83 delete functions[i]; in ~DetectCallDepth() 101 functions.push_back(currentFunction); in visitAggregate() 114 functions.push_back(func); in visitAggregate() 134 for (size_t i = 0; i < functions.size(); ++i) { in resetFunctionNodes() 135 functions[i]->reset(); in resetFunctionNodes() 160 for (size_t i = 0; i < functions.size(); ++i) { in detectCallDepth() 161 ErrorCode error = detectCallDepthForFunction(functions[i]); in detectCallDepth() 179 for (size_t i = 0; i < functions.size(); ++i) { in findFunctionByName() 180 if (functions[i]->getName() == name) in findFunctionByName() [all …]
|
/external/llvm/test/Analysis/LazyCallGraph/ |
D | basic.ll | 13 ; A bunch more functions just to make it easier to test several call edges at once. 130 ; CHECK-LABEL: SCC with 1 functions: 133 ; CHECK-LABEL: SCC with 1 functions: 136 ; CHECK-LABEL: SCC with 1 functions: 139 ; CHECK-LABEL: SCC with 1 functions: 142 ; CHECK-LABEL: SCC with 1 functions: 145 ; CHECK-LABEL: SCC with 1 functions: 148 ; CHECK-LABEL: SCC with 1 functions: 151 ; CHECK-LABEL: SCC with 1 functions: 154 ; CHECK-LABEL: SCC with 1 functions: [all …]
|