/third_party/cef/libcef/common/ |
D | command_line_impl.cc | 57 argv.push_back(mutable_value()->GetProgram().value()); in Reset() 77 CefString CefCommandLineImpl::GetProgram() { in GetProgram() function in CefCommandLineImpl 79 return const_value().GetProgram().value(); in GetProgram()
|
D | command_line_impl.h | 34 CefString GetProgram() override;
|
/third_party/cef/tests/ceftests/ |
D | command_line_unittest.cc | 13 std::string program = command_line->GetProgram(); in VerifyCommandLine() 77 std::string cur_program = command_line->GetProgram(); in VerifyCommandLine()
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_program_interface_query.txt | 1358 …NAME_LENGTH Z+ GetProgram- - length of active resource 2.14.3 1360 …TYPE Z+ GetProgram- - active resource data type 2.14.3 1362 …ARRAY_SIZE Z+ GetProgram- - active resource array size 2.14.3 1364 …OFFSET Z+ GetProgram- - active resource offset in 2.14.3 1366 …BLOCK_INDEX Z+ GetProgram- - index of interface block 2.14.3 1368 …ARRAY_STRIDE Z+ GetProgram- - active resource array 2.14.3 1370 …MATRIX_STRIDE Z+ GetProgram- - active resource matrix 2.14.3 1372 …IS_ROW_MAJOR Z+ GetProgram- - active resource stored as 2.14.3 1374 …ATOMIC_COUNTER_BUFFER_INDEX Z+ GetProgram- - index of atomic counter 2.14.3 1376 …BUFFER_BINDING Z+ GetProgram- - buffer binding assigned 2.14.3 [all …]
|
D | ARB_shader_subroutine.txt | 450 …ACTIVE_SUBROUTINE_UNIFORM_ 5xZ+ GetProgram- 0 Number of subroutine unif. 2.… 452 …ACTIVE_SUBROUTINE_UNIFORMS 5xZ+ GetProgram- 0 Number of subroutine unif. 2.… 454 …ACTIVE_SUBROUTINES 5xZ+ GetProgram- 0 Number of subroutine 2.… 456 …ACTIVE_SUBROUTINE_UNIFORM_ 5xZ+ GetProgram- 0 Maximum subroutine uniform 2.… 458 …ACTIVE_SUBROUTINE_MAX_LENGTH 5xZ+ GetProgram- 0 Maximum subroutine name 2.…
|
D | ARB_shader_atomic_counters.txt | 1158 counter buffers via GetProgram. If there are <N> active atomic counter 1320 - Add GetProgram language for ACTIVE_ATOMIC_COUNTER_BUFFERS.
|
D | ARB_fragment_program.txt | 2578 GetProgram queries to determine the resource usage and native 4074 recognize and return appropriate values for the GetProgram <pname> 4110 recognize and return appropriate values for the GetProgram <pname> 4767 ARB_fragment_program. Values queried by GetProgram require a <pname> of
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_program_interface_query.txt | 1341 …NAME_LENGTH Z+ GetProgram- - length of active resource 2.14.3 1343 …TYPE Z+ GetProgram- - active resource data type 2.14.3 1345 …ARRAY_SIZE Z+ GetProgram- - active resource array size 2.14.3 1347 …OFFSET Z+ GetProgram- - active resource offset in 2.14.3 1349 …BLOCK_INDEX Z+ GetProgram- - index of interface block 2.14.3 1351 …ARRAY_STRIDE Z+ GetProgram- - active resource array 2.14.3 1353 …MATRIX_STRIDE Z+ GetProgram- - active resource matrix 2.14.3 1355 …IS_ROW_MAJOR Z+ GetProgram- - active resource stored as 2.14.3 1357 …ATOMIC_COUNTER_BUFFER_INDEX Z+ GetProgram- - index of atomic counter 2.14.3 1359 …BUFFER_BINDING Z+ GetProgram- - buffer binding assigned 2.14.3 [all …]
|
D | ARB_shader_subroutine.txt | 440 …ACTIVE_SUBROUTINE_UNIFORM_ 5xZ+ GetProgram- 0 Number of subroutine unif. 2.… 442 …ACTIVE_SUBROUTINE_UNIFORMS 5xZ+ GetProgram- 0 Number of subroutine unif. 2.… 444 …ACTIVE_SUBROUTINES 5xZ+ GetProgram- 0 Number of subroutine 2.… 446 …ACTIVE_SUBROUTINE_UNIFORM_ 5xZ+ GetProgram- 0 Maximum subroutine uniform 2.… 448 …ACTIVE_SUBROUTINE_MAX_LENGTH 5xZ+ GetProgram- 0 Maximum subroutine name 2.…
|
D | ARB_shader_atomic_counters.txt | 1148 counter buffers via GetProgram. If there are <N> active atomic counter 1310 - Add GetProgram language for ACTIVE_ATOMIC_COUNTER_BUFFERS.
|
D | ARB_fragment_program.txt | 2568 GetProgram queries to determine the resource usage and native 4064 recognize and return appropriate values for the GetProgram <pname> 4100 recognize and return appropriate values for the GetProgram <pname> 4757 ARB_fragment_program. Values queried by GetProgram require a <pname> of
|
/third_party/cef/include/ |
D | cef_command_line.h | 135 virtual CefString GetProgram() = 0;
|
/third_party/cef/libcef_dll/ctocpp/ |
D | command_line_ctocpp.h | 46 CefString GetProgram() override;
|
D | command_line_ctocpp.cc | 189 NO_SANITIZE("cfi-icall") CefString CefCommandLineCToCpp::GetProgram() { in GetProgram() function in CefCommandLineCToCpp
|
/third_party/gn/src/gn/ |
D | ninja_tools.cc | 38 FilePathToUTF8(cmdline.GetProgram()) + "\"."); in RunNinja()
|
/third_party/gn/src/base/ |
D | command_line.h | 152 FilePath GetProgram() const;
|
D | command_line.cc | 272 FilePath CommandLine::GetProgram() const { in GetProgram() function in base::CommandLine 405 SetProgram(other.GetProgram()); in AppendArguments()
|
/third_party/cef/libcef/common/chrome/ |
D | chrome_main_delegate_cef.cc | 74 argv.push_back(command_line->GetProgram().value()); in BasicStartupComplete()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | command_line_cpptoc.cc | 180 CefString _retval = CefCommandLineCppToC::Get(self)->GetProgram(); in command_line_get_program()
|
/third_party/cef/libcef/browser/ |
D | main_runner.cc | 94 argv.insert(argv.begin(), command_line.GetProgram().value()); in RunAsCrashpadHandler()
|
/third_party/cef/libcef/common/alloy/ |
D | alloy_main_delegate.cc | 107 argv.push_back(command_line->GetProgram().value()); in BasicStartupComplete()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_parameter_buffer_object.txt | 288 MAX_PROGRAM_PARAMETER_ Z GetProgram- 8 size of program 2.14.1 - 291 MAX_PROGRAM_PARAMETER_ Z GetProgram- 4096 maximum usable 2.14.1 -
|
/third_party/openGLES/extensions/NV/ |
D | NV_parameter_buffer_object.txt | 288 MAX_PROGRAM_PARAMETER_ Z GetProgram- 8 size of program 2.14.1 - 291 MAX_PROGRAM_PARAMETER_ Z GetProgram- 4096 maximum usable 2.14.1 -
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_separate_shader_objects.gles.txt | 810 Change paragraph describing GetShaderInfoLog and GetProgram:
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_separate_shader_objects.gles.txt | 810 Change paragraph describing GetShaderInfoLog and GetProgram:
|