Lines Matching refs:GLuint
300 GLuint Count;
351 GLuint MaxIfDepth; /**< Maximum nested IF blocks */
390 GLuint MaxInstructions;
391 GLuint MaxAluInstructions;
392 GLuint MaxTexInstructions;
393 GLuint MaxTexIndirections;
394 GLuint MaxAttribs;
395 GLuint MaxTemps;
396 GLuint MaxAddressRegs;
397 GLuint MaxAddressOffset; /**< [-MaxAddressOffset, MaxAddressOffset-1] */
398 GLuint MaxParameters;
399 GLuint MaxLocalParams;
400 GLuint MaxEnvParams;
402 GLuint MaxNativeInstructions;
403 GLuint MaxNativeAluInstructions;
404 GLuint MaxNativeTexInstructions;
405 GLuint MaxNativeTexIndirections;
406 GLuint MaxNativeAttribs;
407 GLuint MaxNativeTemps;
408 GLuint MaxNativeAddressRegs;
409 GLuint MaxNativeParameters;
411 GLuint MaxUniformComponents; /**< Usually == MaxParameters * 4 */
432 GLuint MaxInputComponents;
433 GLuint MaxOutputComponents;
440 GLuint MaxUniformBlocks;
442 GLuint MaxTextureImageUnits;
445 GLuint MaxAtomicBuffers;
446 GLuint MaxAtomicCounters;
449 GLuint MaxImageUniforms;
452 GLuint MaxShaderStorageBlocks;
466 GLuint MaxTextureMbytes; /**< Max memory per image, in MB */
467 GLuint MaxTextureSize; /**< Max 1D/2D texture size, in pixels*/
468 GLuint Max3DTextureLevels; /**< Max mipmap levels for 3D textures */
469 GLuint MaxCubeTextureLevels; /**< Max mipmap levels for cube textures */
470 GLuint MaxArrayTextureLayers; /**< Max layers in array textures */
471 GLuint MaxTextureRectSize; /**< Max rectangle texture size, in pixes */
472 GLuint MaxTextureCoordUnits;
473 GLuint MaxCombinedTextureImageUnits;
474 GLuint MaxTextureUnits; /**< = MIN(CoordUnits, FragmentProgram.ImageUnits) */
477 GLuint MaxTextureBufferSize; /**< GL_ARB_texture_buffer_object */
479 GLuint TextureBufferOffsetAlignment; /**< GL_ARB_texture_buffer_range */
481 GLuint MaxArrayLockSize;
492 GLuint MaxClipPlanes;
493 GLuint MaxLights;
497 GLuint MaxViewportWidth, MaxViewportHeight;
498 GLuint MaxViewports; /**< GL_ARB_viewport_array */
499 GLuint ViewportSubpixelBits; /**< GL_ARB_viewport_array */
504 GLuint MaxWindowRectangles; /**< GL_EXT_window_rectangles */
507 GLuint MaxProgramMatrices;
508 GLuint MaxProgramMatrixStackDepth;
511 GLuint SamplesPassed;
512 GLuint TimeElapsed;
513 GLuint Timestamp;
514 GLuint PrimitivesGenerated;
515 GLuint PrimitivesWritten;
516 GLuint VerticesSubmitted;
517 GLuint PrimitivesSubmitted;
518 GLuint VsInvocations;
519 GLuint TessPatches;
520 GLuint TessInvocations;
521 GLuint GsInvocations;
522 GLuint GsPrimitives;
523 GLuint FsInvocations;
524 GLuint ComputeInvocations;
525 GLuint ClInPrimitives;
526 GLuint ClOutPrimitives;
529 GLuint MaxDrawBuffers; /**< GL_ARB_draw_buffers */
531 GLuint MaxColorAttachments; /**< GL_EXT_framebuffer_object */
532 GLuint MaxRenderbufferSize; /**< GL_EXT_framebuffer_object */
533 GLuint MaxSamples; /**< GL_ARB_framebuffer_object */
538 GLuint MaxFramebufferWidth;
539 GLuint MaxFramebufferHeight;
540 GLuint MaxFramebufferLayers;
541 GLuint MaxFramebufferSamples;
544 GLuint MaxVarying;
549 GLuint MaxCombinedUniformBlocks;
550 GLuint MaxUniformBufferBindings;
551 GLuint MaxUniformBlockSize;
552 GLuint UniformBufferOffsetAlignment;
558 GLuint MaxCombinedShaderStorageBlocks;
559 GLuint MaxShaderStorageBufferBindings;
560 GLuint MaxShaderStorageBlockSize;
561 GLuint ShaderStorageBufferOffsetAlignment;
567 GLuint MaxUserAssignableUniformLocations;
570 GLuint MaxGeometryOutputVertices;
571 GLuint MaxGeometryTotalOutputComponents;
572 GLuint MaxGeometryShaderInvocations;
574 GLuint GLSLVersion; /**< Desktop GLSL version supported (ex: 120 = 1.20) */
575 GLuint GLSLVersionCompat; /**< Desktop compat GLSL version supported */
593 GLuint ForceGLSLVersion;
707 GLuint UniformBooleanTrue;
727 GLuint MaxVertexAttribStride;
730 GLuint MaxTransformFeedbackBuffers;
731 GLuint MaxTransformFeedbackSeparateComponents;
732 GLuint MaxTransformFeedbackInterleavedComponents;
733 GLuint MaxVertexStreams;
739 GLuint MinProgramTextureGatherOffset;
740 GLuint MaxProgramTextureGatherOffset;
741 GLuint MaxProgramTextureGatherComponents;
750 GLuint MaxDualSourceDrawBuffers;
780 GLuint MinMapBufferAlignment;
870 GLuint MaxAtomicBufferBindings;
871 GLuint MaxAtomicBufferSize;
872 GLuint MaxCombinedAtomicBuffers;
873 GLuint MaxCombinedAtomicCounters;
880 GLuint MaxImageUnits;
881 GLuint MaxCombinedShaderOutputResources;
882 GLuint MaxImageSamples;
883 GLuint MaxCombinedImageUniforms;
886 GLuint MaxComputeWorkGroupCount[3]; /* Array of x, y, z dimensions */
887 GLuint MaxComputeWorkGroupSize[3]; /* Array of x, y, z dimensions */
888 GLuint MaxComputeWorkGroupInvocations;
889 GLuint MaxComputeSharedMemorySize;
892 GLuint MaxComputeVariableGroupSize[3]; /* Array of x, y, z dimensions */
893 GLuint MaxComputeVariableGroupInvocations;
907 GLuint MaxPatchVertices;
908 GLuint MaxTessGenLevel;
909 GLuint MaxTessPatchComponents;
910 GLuint MaxTessControlTotalOutputComponents;
921 GLuint SparseBufferPageSize;
939 GLuint NumProgramBinaryFormats;
942 GLuint MaxSubpixelPrecisionBiasBits;
996 GLuint MaxSparseTextureSize;
997 GLuint MaxSparse3DTextureSize;
998 GLuint MaxSparseArrayTextureLayers;