Home
last modified time | relevance | path

Searched refs:GetProgram (Results 1 – 25 of 33) sorted by relevance

12

/third_party/cef/libcef/common/
Dcommand_line_impl.cc57 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()
Dcommand_line_impl.h34 CefString GetProgram() override;
/third_party/cef/tests/ceftests/
Dcommand_line_unittest.cc13 std::string program = command_line->GetProgram(); in VerifyCommandLine()
77 std::string cur_program = command_line->GetProgram(); in VerifyCommandLine()
/third_party/openGLES/extensions/ARB/
DARB_program_interface_query.txt1358 …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 …]
DARB_shader_subroutine.txt450 …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.…
DARB_shader_atomic_counters.txt1158 counter buffers via GetProgram. If there are <N> active atomic counter
1320 - Add GetProgram language for ACTIVE_ATOMIC_COUNTER_BUFFERS.
DARB_fragment_program.txt2578 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/
DARB_program_interface_query.txt1341 …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 …]
DARB_shader_subroutine.txt440 …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.…
DARB_shader_atomic_counters.txt1148 counter buffers via GetProgram. If there are <N> active atomic counter
1310 - Add GetProgram language for ACTIVE_ATOMIC_COUNTER_BUFFERS.
DARB_fragment_program.txt2568 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/
Dcef_command_line.h135 virtual CefString GetProgram() = 0;
/third_party/cef/libcef_dll/ctocpp/
Dcommand_line_ctocpp.h46 CefString GetProgram() override;
Dcommand_line_ctocpp.cc189 NO_SANITIZE("cfi-icall") CefString CefCommandLineCToCpp::GetProgram() { in GetProgram() function in CefCommandLineCToCpp
/third_party/gn/src/gn/
Dninja_tools.cc38 FilePathToUTF8(cmdline.GetProgram()) + "\"."); in RunNinja()
/third_party/gn/src/base/
Dcommand_line.h152 FilePath GetProgram() const;
Dcommand_line.cc272 FilePath CommandLine::GetProgram() const { in GetProgram() function in base::CommandLine
405 SetProgram(other.GetProgram()); in AppendArguments()
/third_party/cef/libcef/common/chrome/
Dchrome_main_delegate_cef.cc74 argv.push_back(command_line->GetProgram().value()); in BasicStartupComplete()
/third_party/cef/libcef_dll/cpptoc/
Dcommand_line_cpptoc.cc180 CefString _retval = CefCommandLineCppToC::Get(self)->GetProgram(); in command_line_get_program()
/third_party/cef/libcef/browser/
Dmain_runner.cc94 argv.insert(argv.begin(), command_line.GetProgram().value()); in RunAsCrashpadHandler()
/third_party/cef/libcef/common/alloy/
Dalloy_main_delegate.cc107 argv.push_back(command_line->GetProgram().value()); in BasicStartupComplete()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_parameter_buffer_object.txt288 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/
DNV_parameter_buffer_object.txt288 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/
DEXT_separate_shader_objects.gles.txt810 Change paragraph describing GetShaderInfoLog and GetProgram:
/third_party/openGLES/extensions/EXT/
DEXT_separate_shader_objects.gles.txt810 Change paragraph describing GetShaderInfoLog and GetProgram:

12