• Home
  • Raw
  • Download

Lines Matching refs:programInterface

118       void GetProgramInterfaceiv(uint program, enum programInterface,
120 uint GetProgramResourceIndex(uint program, enum programInterface,
122 void GetProgramResourceName(uint program, enum programInterface,
125 void GetProgramResourceiv(uint program, enum programInterface,
129 int GetProgramResourceLocation(uint program, enum programInterface,
131 int GetProgramResourceLocationIndex(uint program, enum programInterface,
136 Accepted by the <programInterface> parameter of GetProgramInterfaceiv,
239 of a program object. Each such command accepts a <programInterface>
241 <programInterface> are as follows:
396 void GetProgramInterfaceiv(uint program, enum programInterface,
399 queries a property of the interface <programInterface> in program
404 resources in the active resource list for <programInterface>. If the list
405 of active resources for <programInterface> is empty, zero is returned.
408 longest active name string for an active resource in <programInterface>.
410 list of active resources for <programInterface> is empty, zero is
411 returned. The error INVALID_OPERATION is generated if <programInterface>
417 buffer resource in <programInterface> with the most active variables. If
418 the list of active resources for <programInterface> is empty, zero is
419 returned. The error INVALID_OPERATION is generated if <programInterface>
424 uniform in <programInterface> with the most compatible subroutines. If
425 the list of active resources for <programInterface> is empty, zero is
427 <programInterface> is VERTEX_SUBROUTINE_UNIFORM,
436 uint GetProgramResourceIndex(uint program, enum programInterface,
440 the interface type <programInterface> of program object <program>. The
441 error INVALID_ENUM is generated if <programInterface> is
446 for <programInterface>, the index of the matched resource is returned.
462 void GetProgramResourceName(uint program, enum programInterface,
467 index of <index> in the interface <programInterface> of program object
470 <programInterface>. The error INVALID_ENUM is generated if
471 <programInterface> is ATOMIC_COUNTER_BUFFER, since active atomic counter
484 longest name string for <programInterface>, including a null terminator,
490 void GetProgramResourceiv(uint program, enum programInterface,
496 index of <index> in the interface <programInterface> of program object
502 allowed for <programInterface>. The set of allowed <programInterface>
740 int GetProgramResourceLocation(uint program, enum programInterface,
742 int GetProgramResourceLocationIndex(uint program, enum programInterface,
746 to the variable named <name> in interface <programInterface> of program
749 unsuccessfully. For GetProgramResourceLocation, <programInterface> must
754 GetProgramResourceLocationIndex, <programInterface> must be
757 <programInterface>, or if <name> identifies an active variable that does
1108 GetProgramResourceIndex(program, programInterface, name);
1110 GetProgramResourceName(program, programInterface, index, bufsize,
1113 where <programInterface> is taken from Table X.5 according to the value of
1130 GetProgramResourceLocation(program, programInterface, name);
1132 GetProgramResourceName(program, programInterface, index, bufsize, length,
1135 GetProgramResourceiv(program, programInterface, index, 1, &pname,
1138 where <programInterface> is taken from Table X.6 according to the value of
1309 <pname> is not supported for the interface <programInterface>.
1311 INVALID_ENUM is generated by GetProgramResourceIndex if <programInterface>
1316 <programInterface>.
1318 INVALID_ENUM is generated by GetProgramResourceName if <programInterface>
1327 <props> is not supported for the interface <programInterface>.
1627 <programInterface> of UNIFORM and a <pname> of ACTIVE_RESOURCES.
1815 program stage. Should we specify <programInterface> tokens for a
1818 <programInterface> tokens (SUBROUTINE, SUBROUTINE_UNIFORM) and accept
1948 extension to <programInterface>. Certain versions of the Microsoft