#include <r_state.h>
Definition at line 75 of file r_state.h.
Definition at line 124 of file r_state.h.
Referenced by R_UseMaterial().
Definition at line 119 of file r_state.h.
Referenced by R_EnableGlowMap(), R_EnableLighting(), R_ProgramVariable(), R_ResetArrayState(), R_SetVertexArrayState(), and R_UseProgram().
Definition at line 92 of file r_state.h.
Referenced by R_BindDefaultArray(), R_BindTexture_(), R_SelectTexture(), and R_TexEnv().
Definition at line 107 of file r_state.h.
Referenced by R_BindColorAttachments(), R_InitFBObjects(), and R_UseFramebuffer().
Definition at line 130 of file r_state.h.
Referenced by R_EnableAlphaTest().
Definition at line 141 of file r_state.h.
Referenced by R_EnableAnimation().
Definition at line 117 of file r_state.h.
Referenced by R_Draw3DGlobe(), and R_InitPrograms().
GLenum rstate_t::blend_dest |
Definition at line 122 of file r_state.h.
Referenced by R_BlendFunc().
Definition at line 128 of file r_state.h.
Referenced by R_DrawBlendSurfaces(), R_DrawBlendWarpSurfaces(), R_DrawMaterialSurfaces(), R_EnableBlend(), and R_SetSurfaceState().
GLenum rstate_t::blend_src |
Definition at line 122 of file r_state.h.
Referenced by R_BlendFunc().
Definition at line 135 of file r_state.h.
Referenced by R_EnableBlur().
r_framebuffer_t* rstate_t::buffers0[DOWNSAMPLE_PASSES] |
Definition at line 103 of file r_state.h.
Referenced by R_DrawBloom(), and R_InitFBObjects().
r_framebuffer_t* rstate_t::buffers1[DOWNSAMPLE_PASSES] |
Definition at line 104 of file r_state.h.
Referenced by R_DrawBloom(), and R_InitFBObjects().
r_framebuffer_t* rstate_t::buffers2[DOWNSAMPLE_PASSES] |
Definition at line 105 of file r_state.h.
Referenced by R_DrawBloom(), and R_InitFBObjects().
Definition at line 132 of file r_state.h.
Referenced by R_DrawAliasStatic(), R_DrawSurfaces(), R_DrawSurfaceStage(), R_EnableBumpmap(), and R_EnableDynamicLights().
GLfloat rstate_t::color_array[MAX_GL_ARRAY_LENGTH *4] |
Definition at line 81 of file r_state.h.
Referenced by R_BindDefaultArray(), R_DrawCoronas(), R_DrawFlareSurfaces(), and R_DrawSurfaceStage().
Definition at line 129 of file r_state.h.
Referenced by R_ArraysMask(), R_DrawSurfaceStage(), R_EnableColorArray(), R_ResetArrayState(), and R_SetSurfaceStageState().
Definition at line 116 of file r_state.h.
Referenced by R_BlurStack(), R_DrawBloom(), and R_InitPrograms().
Definition at line 115 of file r_state.h.
Referenced by R_Blur(), and R_InitPrograms().
Definition at line 137 of file r_state.h.
Referenced by R_EnableDrawAsGlow(), and R_EnableGlowMap().
Definition at line 138 of file r_state.h.
Referenced by R_DrawAliasStatic(), R_EnableDynamicLights(), R_EnableRoughnessMap(), and R_EnableSpecularMap().
r_light_t rstate_t::dynamicLights[MAX_DYNAMIC_LIGHTS] |
Definition at line 95 of file r_state.h.
Referenced by R_AddLightsource(), and R_UpdateLightList().
Definition at line 134 of file r_state.h.
Referenced by R_EnableFog().
Definition at line 106 of file r_state.h.
Referenced by R_BindColorAttachments(), R_CreateFramebuffer(), R_EnableRenderbuffer(), R_InitFBObjects(), R_ShutdownFBObjects(), R_UseFramebuffer(), and R_UseViewport().
Definition at line 114 of file r_state.h.
Referenced by R_Draw3DGlobe(), and R_InitPrograms().
Definition at line 136 of file r_state.h.
Referenced by R_DrawSurfaces(), R_EnableDrawAsGlow(), R_EnableDynamicLights(), R_EnableGlowMap(), and R_StageGlow().
Definition at line 131 of file r_state.h.
Referenced by R_ArraysMask(), R_DrawSurfaceStage(), R_EnableAnimation(), R_EnableBumpmap(), R_EnableDynamicLights(), R_EnableLighting(), R_EnableShell(), R_FillArrayData(), R_ResetArrayState(), R_SetSurfaceBumpMappingParameters(), R_SetVertexArrayState(), and R_SetVertexBufferState().
GLfloat rstate_t::next_normal_array[MAX_GL_ARRAY_LENGTH *3] |
Definition at line 85 of file r_state.h.
Referenced by R_BindDefaultArray().
GLfloat rstate_t::next_tangent_array[MAX_GL_ARRAY_LENGTH *4] |
Definition at line 86 of file r_state.h.
Referenced by R_BindDefaultArray().
GLfloat rstate_t::next_vertex_array_3d[MAX_GL_ARRAY_LENGTH *3] |
Definition at line 84 of file r_state.h.
Referenced by R_BindDefaultArray().
GLfloat rstate_t::normal_array[MAX_GL_ARRAY_LENGTH *3] |
Definition at line 82 of file r_state.h.
Referenced by R_BindDefaultArray(), and R_DrawSurfaceStage().
Definition at line 96 of file r_state.h.
Referenced by R_AddLightsource(), R_ClearActiveLights(), R_EnableDynamicLights(), R_SortLightList_qsort(), and R_UpdateLightList().
r_program_t rstate_t::programs[MAX_PROGRAMS] |
Definition at line 111 of file r_state.h.
Referenced by R_InitPrograms(), R_LoadProgram(), and R_ShutdownPrograms().
Definition at line 100 of file r_state.h.
Referenced by R_InitFBObjects().
renderbuffer vs screen as render target
Definition at line 142 of file r_state.h.
Referenced by R_EnableRenderbuffer(), and R_RenderbufferEnabled().
Definition at line 140 of file r_state.h.
Referenced by R_EnableRoughnessMap().
r_shader_t rstate_t::shaders[MAX_SHADERS] |
Definition at line 110 of file r_state.h.
Referenced by R_InitPrograms(), and R_LoadShader().
Definition at line 127 of file r_state.h.
Referenced by R_EnableShell().
Definition at line 118 of file r_state.h.
Referenced by R_EnableGlowMap(), and R_InitPrograms().
Definition at line 139 of file r_state.h.
Referenced by R_EnableSpecularMap().
GLfloat rstate_t::tangent_array[MAX_GL_ARRAY_LENGTH *4] |
Definition at line 83 of file r_state.h.
Referenced by R_BindDefaultArray(), and R_DrawSurfaceStage().
gltexunit_t rstate_t::texunits[MAX_GL_TEXUNITS] |
Definition at line 89 of file r_state.h.
Referenced by R_SetDefaultState().
GLshort rstate_t::vertex_array_2d[MAX_GL_ARRAY_LENGTH *2] |
Definition at line 80 of file r_state.h.
Referenced by R_Draw2DArray(), and R_FontDrawTexture().
GLfloat rstate_t::vertex_array_3d[MAX_GL_ARRAY_LENGTH *3] |
Definition at line 79 of file r_state.h.
Referenced by R_BindDefaultArray(), R_Draw2DArray(), R_DrawBspNormals(), R_DrawCoronas(), R_DrawFlareSurfaces(), R_DrawSurfaceStage(), R_FillArrayData(), and R_FontDrawTexture().
Definition at line 133 of file r_state.h.
Referenced by R_EnableWarp().
Definition at line 113 of file r_state.h.
Referenced by R_DrawBlendWarpSurfaces(), R_DrawOpaqueWarpSurfaces(), and R_InitPrograms().
Definition at line 112 of file r_state.h.
Referenced by R_DrawAlphaTestSurfaces(), R_DrawBlendMeshEntities(), R_DrawMaterialSurfaces(), R_DrawOpaqueMeshEntities(), R_DrawOpaqueSurfaces(), R_InitPrograms(), R_ResetArrayState(), R_SetVertexArrayState(), and R_StageLighting().