| /third_party/vk-gl-cts/external/openglcts/docs/specs/ |
| D | CTS_ARB_parallel_shader_compile.txt | 68 Link shaders into program and verify if GetProgramiv query 78 GetProgramiv query with COMPLETION_STATUS <pname> in loop until the value
|
| D | CTS_ARB_gl_spirv.txt | 93 - Verify if GetProgramiv function return one for ACTIVE_ATTRIBUTE_MAX_LENGTH 96 - Verify if GetProgramiv function return one for ACTIVE_UNIFORM_MAX_LENGTH 99 - Verify if GetProgramiv function return one for TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH 102 - Verify if GetProgramiv function return one for ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/KHR/ |
| D | KHR_parallel_shader_compile.txt | 68 accepted as part of the <pname> parameter to GetProgramiv: 105 descriptions for "pname" for "GetProgramiv", 120 COMPLETION_STATUS_KHR B GetProgramiv TRUE Program linking has 7.13
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
| D | ARB_parallel_shader_compile.txt | 65 accepted as part of the <pname> parameter to GetProgramiv: 102 descriptions for "pname" for "GetProgramiv", 117 COMPLETION_STATUS_ARB B GetProgramiv TRUE Program linking has 7.13
|
| D | ARB_get_program_binary.txt | 99 GetProgramiv: 103 Accepted by the <pname> parameter of GetProgramiv: 156 GetProgramiv with <pname> PROGRAM_BINARY_LENGTH. When a program object's 171 GetProgramiv with <pname> PROGRAM_BINARY_LENGTH. Loading the program 187 to TRUE or FALSE, as queried with GetProgramiv, to reflect success or 244 Add to the end of the description of GetProgramiv, p. 385: 276 …PROGRAM_BINARY_LENGTH Z+ GetProgramiv 0 Length of program binary … 277 …PROGRAM_BINARY_RETRIEVABLE_HINT Z GetProgramiv FALSE Retriavable binary hint enab…
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| D | PipelineGL.cpp | 117 gl.GetProgramiv(mProgram, GL_LINK_STATUS, &linkStatus); in InitializeBase() 120 gl.GetProgramiv(mProgram, GL_INFO_LOG_LENGTH, &infoLogLength); in InitializeBase()
|
| /third_party/skia/src/gpu/gl/builders/ |
| D | GrGLProgramBuilder.cpp | 170 GL_CALL(GetProgramiv(programID, GL_PROGRAM_BINARY_LENGTH, &length)); in storeShaderInCache() 503 GL_CALL(GetProgramiv(programID, GR_GL_LINK_STATUS, &linked)); in checkLinkStatus() 515 GL_CALL(GetProgramiv(programID, GR_GL_INFO_LOG_LENGTH, &infoLen)); in checkLinkStatus() 630 GR_GL_CALL(glGpu->glInterface(), GetProgramiv(programID, GR_GL_LINK_STATUS, &linked)); in PrecompileProgram()
|
| /third_party/openGLES/extensions/ARB/ |
| D | ARB_parallel_shader_compile.txt | 75 accepted as part of the <pname> parameter to GetProgramiv: 112 descriptions for "pname" for "GetProgramiv", 127 COMPLETION_STATUS_ARB B GetProgramiv TRUE Program linking has 7.13
|
| D | ARB_get_program_binary.txt | 109 GetProgramiv: 113 Accepted by the <pname> parameter of GetProgramiv: 166 GetProgramiv with <pname> PROGRAM_BINARY_LENGTH. When a program object's 181 GetProgramiv with <pname> PROGRAM_BINARY_LENGTH. Loading the program 197 to TRUE or FALSE, as queried with GetProgramiv, to reflect success or 254 Add to the end of the description of GetProgramiv, p. 385: 287 …PROGRAM_BINARY_LENGTH Z+ GetProgramiv 0 Length of program binary … 288 …PROGRAM_BINARY_RETRIEVABLE_HINT Z GetProgramiv FALSE Retriavable binary hint enab…
|
| /third_party/openGLES/extensions/KHR/ |
| D | KHR_parallel_shader_compile.txt | 78 accepted as part of the <pname> parameter to GetProgramiv: 115 descriptions for "pname" for "GetProgramiv", 130 COMPLETION_STATUS_KHR B GetProgramiv TRUE Program linking has 7.13
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
| D | gstglsl_private.h | 52 void (GSTGLAPI *GetProgramiv) (GLuint program, GLenum pname, GLint * params);
|
| D | gstglsl.c | 646 vtable->GetProgramiv = gl->GetProgramiv; in _gst_glsl_funcs_fill() 662 vtable->GetProgramiv = gl->GetObjectParameteriv; in _gst_glsl_funcs_fill()
|
| D | gstglshader.c | 61 void (GSTGLAPI * GetProgramiv) (GLuint program, GLenum pname, GLint * params); 698 priv->vtable.GetProgramiv (priv->program_handle, GL_LINK_STATUS, &status); in gst_gl_shader_link()
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
| D | OES_get_program_binary.txt | 191 Accepted by the <pname> parameter of GetProgramiv: 225 GetProgramiv with <pname> PROGRAM_BINARY_LENGTH_OES. When a program 240 GetProgramiv with <pname> PROGRAM_BINARY_LENGTH_OES. The program binary 251 TRUE or FALSE, as queried with GetProgramiv, to reflect success or failure. 284 PROGRAM_BINARY_LENGTH_OES Z+ GetProgramiv 0 Length of program binary 2.15.4
|
| /third_party/openGLES/extensions/OES/ |
| D | OES_get_program_binary.txt | 201 Accepted by the <pname> parameter of GetProgramiv: 235 GetProgramiv with <pname> PROGRAM_BINARY_LENGTH_OES. When a program 250 GetProgramiv with <pname> PROGRAM_BINARY_LENGTH_OES. The program binary 261 TRUE or FALSE, as queried with GetProgramiv, to reflect success or failure. 295 PROGRAM_BINARY_LENGTH_OES Z+ GetProgramiv 0 Length of program binary 2.15.4
|
| /third_party/openGLES/extensions/NV/ |
| D | NV_mesh_shader.txt | 137 Accepted by the <pname> parameter of GetProgramiv: 422 (add to the list of queries for GetProgramiv, p. 157) 437 (add to the list of errors for GetProgramiv, p. 159) 652 size of the task or mesh shader may be queried by calling GetProgramiv 790 …| TASK_WORK_GROUP_SIZE_NV | 3 x Z+ | GetProgramiv | { 0, … 791 …| MESH_WORK_GROUP_SIZE_NV | 3 x Z+ | GetProgramiv | { 0, … 792 …| MESH_VERTICES_OUT_NV | Z+ | GetProgramiv | 0 … 793 …| MESH_PRIMITIVES_OUT_NV | Z+ | GetProgramiv | 0 … 794 …| MESH_OUTPUT_TYPE_NV | Z+ | GetProgramiv | POINT…
|
| D | NV_transform_feedback.txt | 163 Accepted by the <pname> parameter of GetProgramiv: 170 GetFloatv, and GetProgramiv: 439 with GetProgramiv (see section 6.1.14). 621 GetProgramiv (see section 6.1.14). If <index> is greater than or equal to 637 ACTIVE_VARYING_MAX_LENGTH_NV, which can be queried with GetProgramiv (see 1094 ACTIVE_VARYINGS_NV Z+ GetProgramiv 0 Number of active varyings 2.15.3 - 1095 ACTIVE_VARYING_MAX_ Z+ GetProgramiv 0 Maximum active varying 2.15.3 - 1097 TRANSFORM_FEEDBACK_ Z2 GetProgramiv INTERLEAVED_ Transform feedback mode 6.1.14 - 1099 TRANSFORM_FEEDBACK_ Z+ GetProgramiv 0 Number of varyings to 6.1.14 -
|
| /third_party/skia/src/gpu/gl/ |
| D | GrGLAssembleWebGLInterfaceAutogen.cpp | 103 GET_PROC(GetProgramiv); in GrGLMakeAssembledWebGLInterface()
|
| D | GrGLAssembleGLESInterfaceAutogen.cpp | 96 GET_PROC(GetProgramiv); in GrGLMakeAssembledGLESInterface()
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 21.3.5.rst | 138 - mesa: refactor GetProgramiv to use program resource list
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/ |
| D | shaders.h | 77 GST_GL_EXT_FUNCTION (void, GetProgramiv,
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
| D | AMD_interleaved_elements.txt | 79 Selected by the <pname> parameter of ProgramParameteri and GetProgramiv: 202 …| VERTEX_ID_SWIZZLE_AMD | E | GetProgramiv | RED | Channel selector for gl_Vertex…
|
| /third_party/openGLES/extensions/AMD/ |
| D | AMD_interleaved_elements.txt | 79 Selected by the <pname> parameter of ProgramParameteri and GetProgramiv: 202 …| VERTEX_ID_SWIZZLE_AMD | E | GetProgramiv | RED | Channel selector for gl_Vertex…
|
| /third_party/skia/third_party/externals/imgui/backends/ |
| D | imgui_impl_opengl3_loader.h | 473 PFNGLGETPROGRAMIVPROC GetProgramiv; member 532 #define glGetProgramiv imgl3wProcs.gl.GetProgramiv
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
| D | NV_transform_feedback.txt | 163 Accepted by the <pname> parameter of GetProgramiv: 170 GetFloatv, and GetProgramiv: 439 with GetProgramiv (see section 6.1.14). 621 GetProgramiv (see section 6.1.14). If <index> is greater than or equal to 637 ACTIVE_VARYING_MAX_LENGTH_NV, which can be queried with GetProgramiv (see 1094 ACTIVE_VARYINGS_NV Z+ GetProgramiv 0 Number of active varyings 2.15.3 - 1095 ACTIVE_VARYING_MAX_ Z+ GetProgramiv 0 Maximum active varying 2.15.3 - 1097 TRANSFORM_FEEDBACK_ Z2 GetProgramiv INTERLEAVED_ Transform feedback mode 6.1.14 - 1099 TRANSFORM_FEEDBACK_ Z+ GetProgramiv 0 Number of varyings to 6.1.14 -
|