| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkExtensionFunctions.inl | 5 …ensionFunctions (uint32_t apiVersion, ::std::string extName, ::std::vector<const char*>& functions) argument 9 functions.push_back("vkDestroySurfaceKHR"); 10 functions.push_back("vkGetPhysicalDeviceSurfaceSupportKHR"); 11 functions.push_back("vkGetPhysicalDeviceSurfaceCapabilitiesKHR"); 12 functions.push_back("vkGetPhysicalDeviceSurfaceFormatsKHR"); 13 functions.push_back("vkGetPhysicalDeviceSurfacePresentModesKHR"); 18 …if(apiVersion >= VK_API_VERSION_1_1) functions.push_back("vkGetPhysicalDevicePresentRectanglesKHR"… 23 functions.push_back("vkGetPhysicalDeviceDisplayPropertiesKHR"); 24 functions.push_back("vkGetPhysicalDeviceDisplayPlanePropertiesKHR"); 25 functions.push_back("vkGetDisplayPlaneSupportedDisplaysKHR"); [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | renderergl_utils.cpp | 7 // renderergl_utils.cpp: Conversion functions and other utility routines 37 VendorID GetVendorID(const FunctionsGL *functions) in GetVendorID() argument 39 std::string nativeVendorString(reinterpret_cast<const char *>(functions->getString(GL_VENDOR))); in GetVendorID() 63 uint32_t GetDeviceID(const FunctionsGL *functions) in GetDeviceID() argument 66 reinterpret_cast<const char *>(functions->getString(GL_RENDERER))); in GetDeviceID() 87 static bool MeetsRequirements(const FunctionsGL *functions, in MeetsRequirements() argument 96 if (!functions->hasExtension(extension)) in MeetsRequirements() 113 if (functions->version >= requirements.version) in MeetsRequirements() 121 if (!functions->hasExtension(extension)) in MeetsRequirements() 134 static bool CheckSizedInternalFormatTextureRenderability(const FunctionsGL *functions, in CheckSizedInternalFormatTextureRenderability() argument [all …]
|
| D | CompilerGL.cpp | 20 ShShaderOutput GetShaderOutputType(const FunctionsGL *functions) in GetShaderOutputType() argument 22 ASSERT(functions); in GetShaderOutputType() 24 if (functions->standard == STANDARD_GL_DESKTOP) in GetShaderOutputType() 27 if (functions->isAtLeastGL(gl::Version(4, 5))) in GetShaderOutputType() 31 else if (functions->isAtLeastGL(gl::Version(4, 4))) in GetShaderOutputType() 35 else if (functions->isAtLeastGL(gl::Version(4, 3))) in GetShaderOutputType() 39 else if (functions->isAtLeastGL(gl::Version(4, 2))) in GetShaderOutputType() 43 else if (functions->isAtLeastGL(gl::Version(4, 1))) in GetShaderOutputType() 47 else if (functions->isAtLeastGL(gl::Version(4, 0))) in GetShaderOutputType() 51 else if (functions->isAtLeastGL(gl::Version(3, 3))) in GetShaderOutputType() [all …]
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | renderergl_utils.cpp | 7 // renderergl_utils.cpp: Conversion functions and other utility routines 44 const char *GetString(const FunctionsGL *functions, GLenum name) in GetString() argument 46 return reinterpret_cast<const char *>(functions->getString(name)); in GetString() 49 bool IsMesa(const FunctionsGL *functions, std::array<int, 3> *version) in IsMesa() argument 53 if (functions->standard != STANDARD_GL_DESKTOP) in IsMesa() 58 std::string nativeVersionString(GetString(functions, GL_VERSION)); in IsMesa() 72 int getAdrenoNumber(const FunctionsGL *functions) in getAdrenoNumber() argument 77 const char *nativeGLRenderer = GetString(functions, GL_RENDERER); in getAdrenoNumber() 87 int getMaliTNumber(const FunctionsGL *functions) in getMaliTNumber() argument 92 const char *nativeGLRenderer = GetString(functions, GL_RENDERER); in getMaliTNumber() [all …]
|
| D | CompilerGL.cpp | 20 ShShaderOutput GetShaderOutputType(const FunctionsGL *functions) in GetShaderOutputType() argument 22 ASSERT(functions); in GetShaderOutputType() 24 if (functions->standard == STANDARD_GL_DESKTOP) in GetShaderOutputType() 27 if (functions->isAtLeastGL(gl::Version(4, 5))) in GetShaderOutputType() 31 else if (functions->isAtLeastGL(gl::Version(4, 4))) in GetShaderOutputType() 35 else if (functions->isAtLeastGL(gl::Version(4, 3))) in GetShaderOutputType() 39 else if (functions->isAtLeastGL(gl::Version(4, 2))) in GetShaderOutputType() 43 else if (functions->isAtLeastGL(gl::Version(4, 1))) in GetShaderOutputType() 47 else if (functions->isAtLeastGL(gl::Version(4, 0))) in GetShaderOutputType() 51 else if (functions->isAtLeastGL(gl::Version(3, 3))) in GetShaderOutputType() [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | jsdocFunctionType.symbols | 1 === tests/cases/conformance/jsdoc/functions.js === 7 >id1 : Symbol(id1, Decl(functions.js, 0, 0)) 8 >c : Symbol(c, Decl(functions.js, 4, 13)) 11 >c : Symbol(c, Decl(functions.js, 4, 13)) 15 >x : Symbol(x, Decl(functions.js, 8, 3)) 16 >id1 : Symbol(id1, Decl(functions.js, 0, 0)) 17 >n : Symbol(n, Decl(functions.js, 8, 22)) 19 >this : Symbol(this, Decl(functions.js, 1, 20)) 21 >n : Symbol(n, Decl(functions.js, 8, 22)) 28 >id2 : Symbol(id2, Decl(functions.js, 8, 53)) [all …]
|
| D | functionWithUseStrictAndSimpleParameterList_es2016.errors.txt | 1 tests/cases/conformance/functions/functionWithUseStrictAndSimpleParameterList_es2016.ts(1,12): erro… 2 tests/cases/conformance/functions/functionWithUseStrictAndSimpleParameterList_es2016.ts(2,5): error… 3 tests/cases/conformance/functions/functionWithUseStrictAndSimpleParameterList_es2016.ts(15,15): err… 4 tests/cases/conformance/functions/functionWithUseStrictAndSimpleParameterList_es2016.ts(16,5): erro… 5 tests/cases/conformance/functions/functionWithUseStrictAndSimpleParameterList_es2016.ts(19,16): err… 6 tests/cases/conformance/functions/functionWithUseStrictAndSimpleParameterList_es2016.ts(19,23): err… 7 tests/cases/conformance/functions/functionWithUseStrictAndSimpleParameterList_es2016.ts(20,5): erro… 8 tests/cases/conformance/functions/functionWithUseStrictAndSimpleParameterList_es2016.ts(23,23): err… 9 tests/cases/conformance/functions/functionWithUseStrictAndSimpleParameterList_es2016.ts(24,5): erro… 10 tests/cases/conformance/functions/functionWithUseStrictAndSimpleParameterList_es2016.ts(27,31): err… [all …]
|
| D | errorSuperCalls.errors.txt | 2 …TS2337: Super calls are not permitted outside constructors or in nested functions inside construct… 3 …TS2337: Super calls are not permitted outside constructors or in nested functions inside construct… 4 …TS2337: Super calls are not permitted outside constructors or in nested functions inside construct… 5 …TS2337: Super calls are not permitted outside constructors or in nested functions inside construct… 6 …TS2337: Super calls are not permitted outside constructors or in nested functions inside construct… 7 …TS2337: Super calls are not permitted outside constructors or in nested functions inside construct… 8 …TS2337: Super calls are not permitted outside constructors or in nested functions inside construct… 9 …TS2337: Super calls are not permitted outside constructors or in nested functions inside construct… 11 …TS2337: Super calls are not permitted outside constructors or in nested functions inside construct… 12 …TS2337: Super calls are not permitted outside constructors or in nested functions inside construct… [all …]
|
| D | awaitInNonAsyncFunction.errors.txt | 1 ….ts(4,7): error TS1103: 'for await' loops are only allowed within async functions and at the top l… 2 …(5,10): error TS1308: 'await' expressions are only allowed within async functions and at the top l… 3 ….ts(9,7): error TS1103: 'for await' loops are only allowed within async functions and at the top l… 4 …10,10): error TS1308: 'await' expressions are only allowed within async functions and at the top l… 5 …ts(14,7): error TS1103: 'for await' loops are only allowed within async functions and at the top l… 6 …(15,3): error TS1308: 'await' expressions are only allowed within async functions and at the top l… 7 …ts(19,7): error TS1103: 'for await' loops are only allowed within async functions and at the top l… 8 …20,10): error TS1308: 'await' expressions are only allowed within async functions and at the top l… 9 …ts(24,7): error TS1103: 'for await' loops are only allowed within async functions and at the top l… 10 …(25,9): error TS1308: 'await' expressions are only allowed within async functions and at the top l… [all …]
|
| /third_party/boost/libs/fusion/doc/html/ |
| D | quickbook_HTML.manifest | 21 fusion/iterator/functions.html 22 fusion/iterator/functions/deref.html 23 fusion/iterator/functions/next.html 24 fusion/iterator/functions/prior.html 25 fusion/iterator/functions/distance.html 26 fusion/iterator/functions/advance.html 27 fusion/iterator/functions/advance_c.html 28 fusion/iterator/functions/deref_data.html 53 fusion/sequence/intrinsic/functions.html 54 fusion/sequence/intrinsic/functions/begin.html [all …]
|
| /third_party/vk-gl-cts/framework/opengl/wrapper/ |
| D | glwInitFunctions.hpp | 33 void initES20 (Functions* gl, const FunctionLoader* loader); //!< Load all OpenGL ES 2.0 function… 34 void initES30 (Functions* gl, const FunctionLoader* loader); //!< Load all OpenGL ES 3.0 function… 35 void initES31 (Functions* gl, const FunctionLoader* loader); //!< Load all OpenGL ES 3.1 function… 36 void initES32 (Functions* gl, const FunctionLoader* loader); //!< Load all OpenGL ES 3.2 function… 38 void initGL30Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.0 core functio… 39 void initGL31Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.1 core functio… 40 void initGL32Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.2 core functio… 41 void initGL33Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.3 core functio… 42 void initGL40Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 4.0 core functio… 43 void initGL41Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 4.1 core functio… [all …]
|
| D | glwImpl.inl | 9 const glw::Functions* gl = glw::getCurrentThreadFunctions(); 17 const glw::Functions* gl = glw::getCurrentThreadFunctions(); 25 const glw::Functions* gl = glw::getCurrentThreadFunctions(); 33 const glw::Functions* gl = glw::getCurrentThreadFunctions(); 41 const glw::Functions* gl = glw::getCurrentThreadFunctions(); 49 const glw::Functions* gl = glw::getCurrentThreadFunctions(); 57 const glw::Functions* gl = glw::getCurrentThreadFunctions(); 65 const glw::Functions* gl = glw::getCurrentThreadFunctions(); 73 const glw::Functions* gl = glw::getCurrentThreadFunctions(); 81 const glw::Functions* gl = glw::getCurrentThreadFunctions(); [all …]
|
| D | glwInitFunctions.cpp | 35 void initES20 (Functions* gl, const FunctionLoader* loader) in initES20() 40 void initES30 (Functions* gl, const FunctionLoader* loader) in initES30() 45 void initES31 (Functions* gl, const FunctionLoader* loader) in initES31() 50 void initES32 (Functions* gl, const FunctionLoader* loader) in initES32() 55 void initGL30Core (Functions* gl, const FunctionLoader* loader) in initGL30Core() 60 void initGL31Core (Functions* gl, const FunctionLoader* loader) in initGL31Core() 65 void initGL32Core (Functions* gl, const FunctionLoader* loader) in initGL32Core() 70 void initGL33Core (Functions* gl, const FunctionLoader* loader) in initGL33Core() 75 void initGL40Core (Functions* gl, const FunctionLoader* loader) in initGL40Core() 80 void initGL41Core (Functions* gl, const FunctionLoader* loader) in initGL41Core() [all …]
|
| /third_party/boost/libs/math/doc/sf/ |
| D | hankel.qbk | 1 [section:hankel Hankel Functions] 2 [section:cyl_hankel Cyclic Hankel Functions] 21 The functions __cyl_hankel_1 and __cyl_hankel_2 return the result of the 22 [@http://dlmf.nist.gov/10.2#P3 Hankel functions] of the first and second kind respectively: 32 The return type of these functions is computed using the __arg_promotion_rules 33 when T1 and T2 are different types. The functions are also optimised for the 38 Note that while the arguments to these functions are real values, the results are complex. 39 That means that the functions can only be instantiated on types `float`, `double` and `long double`. 40 The functions have also been extended to operate over the whole range of ['v] and ['x] 45 These functions are generally more efficient than two separate calls to the underlying Bessel [all …]
|
| D | airy.qbk | 8 [section:airy Airy Functions] 35 See Weisstein, Eric W. "Airy Functions." From MathWorld--A Wolfram Web Resource. 49 This function is implemented entirely in terms of the Bessel functions 50 __cyl_bessel_j and __cyl_bessel_k - refer to those functions for detailed accuracy information. 59 Since this function is implemented in terms of other special functions, there are only a few 60 basic sanity checks, using test values from [@http://functions.wolfram.com/ Wolfram Airy Functions]. 64 This function is implemented in terms of the Bessel functions using the relations: 103 This function is implemented entirely in terms of the Bessel functions 104 __cyl_bessel_i and __cyl_bessel_j - refer to those functions for detailed accuracy information. 113 Since this function is implemented in terms of other special functions, there are only a few [all …]
|
| /third_party/mesa3d/src/gallium/drivers/i915/ci/ |
| D | i915-g33-fails.txt | 26 dEQP-GLES2.functional.shaders.functions.control_flow.mixed_return_break_continue_fragment,Fail 27 dEQP-GLES2.functional.shaders.functions.control_flow.return_after_continue_fragment,Fail 28 dEQP-GLES2.functional.shaders.functions.control_flow.return_in_loop_if_fragment,Fail 29 dEQP-GLES2.functional.shaders.functions.control_flow.return_in_nested_loop_fragment,Fail 660 spec@glsl-1.10@execution@built-in-functions@fs-degrees-float,Fail 661 spec@glsl-1.10@execution@built-in-functions@fs-degrees-vec2,Fail 662 spec@glsl-1.10@execution@built-in-functions@fs-degrees-vec3,Fail 663 spec@glsl-1.10@execution@built-in-functions@fs-degrees-vec4,Fail 664 spec@glsl-1.10@execution@built-in-functions@fs-distance-float-float,Fail 665 spec@glsl-1.10@execution@built-in-functions@fs-dot-float-float,Fail [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
| D | ARB_shader_texture_lod.txt | 60 This extension adds additional texture functions to the 71 The additional texture functions introduced with 73 (isotropic texture functions) or provide explicit 74 derivatives (anisotropic texture functions). 76 Anisotropic texture functions return defined texels 79 functions return defined texels for mipmap texture fetches, 81 texture functions return undefined texels for anisotropic 84 The existing isotropic vertex texture functions: 93 are added to the built-in functions for fragment shaders. 95 New anisotropic texture functions, providing explicit [all …]
|
| /third_party/openGLES/extensions/ARB/ |
| D | ARB_shader_texture_lod.txt | 70 This extension adds additional texture functions to the 81 The additional texture functions introduced with 83 (isotropic texture functions) or provide explicit 84 derivatives (anisotropic texture functions). 86 Anisotropic texture functions return defined texels 89 functions return defined texels for mipmap texture fetches, 91 texture functions return undefined texels for anisotropic 94 The existing isotropic vertex texture functions: 103 are added to the built-in functions for fragment shaders. 105 New anisotropic texture functions, providing explicit [all …]
|
| /third_party/mesa3d/src/mapi/new/ |
| D | gen_gldispatch_mapi.py | 48 functions = [f for f in allFunctions if(f.name in names)] 51 assert(len(functions) == len(allFunctions)) 52 assert(all(functions[i] == allFunctions[i] for i in range(len(functions)))) 53 assert(all(functions[i].slot == i for i in range(len(functions)))) 64 print(generate_defines(functions)) 66 print(generate_table(functions, allFunctions)) 67 print(generate_noop_array(functions)) 68 print(generate_public_stubs(functions)) 69 print(generate_public_entries(functions)) 71 print(generate_public_entries_table(functions)) [all …]
|
| /third_party/boost/libs/fusion/doc/ |
| D | fusion.qbk | 83 [def __next__ [link fusion.iterator.functions.next `next`]] 84 [def __prior__ [link fusion.iterator.functions.prior `prior`]] 85 [def __advance__ [link fusion.iterator.functions.advance `advance`]] 86 [def __advance_c__ [link fusion.iterator.functions.advance_c `advance_c`]] 87 [def __distance__ [link fusion.iterator.functions.distance `distance`]] 88 [def __deref__ [link fusion.iterator.functions.deref `deref`]] 89 [def __deref_data__ [link fusion.iterator.functions.deref_data `deref_data`]] 155 [def __begin__ [link fusion.sequence.intrinsic.functions.begin `begin`]] 157 [def __end__ [link fusion.sequence.intrinsic.functions.end `end`]] 159 [def __size__ [link fusion.sequence.intrinsic.functions.size `size`]] [all …]
|
| /third_party/flutter/skia/tools/gpu/gl/interface/ |
| D | interface.json5 | 1 // This file specifies which functions should be attached to GrGLInterface 19 "functions": [ 46 { // GL exclusive core functions 50 "functions": [ 59 "functions": [ 74 "functions": [ 84 "functions": [ 94 "functions": [ 106 "functions": [ 117 "functions": [ [all …]
|
| /third_party/skia/tools/gpu/gl/interface/ |
| D | interface.json5 | 1 // This file specifies which functions should be attached to GrGLInterface 23 "functions": [ 50 { // GL exclusive core functions 54 "functions": [ 63 "functions": [ 72 "functions": [ 93 "functions": [ 105 "functions": [ 115 "functions": [ 125 "functions": [ [all …]
|
| /third_party/skia/third_party/externals/oboe/docs/reference/ |
| D | menudata.js | 45 {text:"Functions",url:"namespacemembers_func.html"}, 53 {text:"Class Members",url:"functions.html",children:[ 54 {text:"All",url:"functions.html",children:[ 55 {text:"a",url:"functions.html#index_a"}, 56 {text:"c",url:"functions.html#index_c"}, 57 {text:"e",url:"functions.html#index_e"}, 58 {text:"f",url:"functions.html#index_f"}, 59 {text:"g",url:"functions.html#index_g"}, 60 {text:"i",url:"functions.html#index_i"}, 61 {text:"l",url:"functions.html#index_l"}, [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
| D | EXT_shader_texture_lod.txt | 49 This extension adds additional texture functions to the 60 The additional texture functions introduced with 62 (isotropic texture functions) or provide explicit 63 derivatives (anisotropic texture functions). 65 Anisotropic texture functions return defined texels 68 functions return defined texels for mipmap texture fetches, 70 texture functions return undefined texels for anisotropic 73 The existing isotropic vertex texture functions: 89 are added to the built-in functions for fragment shaders 92 New anisotropic texture functions, providing explicit [all …]
|
| /third_party/openGLES/extensions/EXT/ |
| D | EXT_shader_texture_lod.txt | 49 This extension adds additional texture functions to the 60 The additional texture functions introduced with 62 (isotropic texture functions) or provide explicit 63 derivatives (anisotropic texture functions). 65 Anisotropic texture functions return defined texels 68 functions return defined texels for mipmap texture fetches, 70 texture functions return undefined texels for anisotropic 73 The existing isotropic vertex texture functions: 89 are added to the built-in functions for fragment shaders 92 New anisotropic texture functions, providing explicit [all …]
|