Lines Matching defs:program
538 const TileCheckerboardProgram* program = GetTileCheckerboardProgram(); in DrawCheckerboardQuad() local
582 const DebugBorderProgram* program = GetDebugBorderProgram(); in DrawDebugBorderQuad() local
1140 const RenderPassMaskProgramAA* program = in DrawRenderPassQuad() local
1159 const RenderPassMaskProgram* program = in DrawRenderPassQuad() local
1175 const RenderPassProgramAA* program = in DrawRenderPassQuad() local
1188 const RenderPassMaskColorMatrixProgramAA* program = in DrawRenderPassQuad() local
1211 const RenderPassColorMatrixProgramAA* program = in DrawRenderPassQuad() local
1228 const RenderPassMaskColorMatrixProgram* program = in DrawRenderPassQuad() local
1248 const RenderPassColorMatrixProgram* program = in DrawRenderPassQuad() local
1262 const RenderPassProgram* program = in DrawRenderPassQuad() local
1370 unsigned program; member
1379 static void SolidColorUniformLocation(T program, in SolidColorUniformLocation()
1542 unsigned program; member
1554 static void TileUniformLocation(T program, TileProgramUniforms* uniforms) { in TileUniformLocation()
1786 const VideoYUVAProgram* program = GetVideoYUVAProgram(tex_coord_precision); in DrawYUVVideoQuad() local
1800 const VideoYUVProgram* program = GetVideoYUVProgram(tex_coord_precision); in DrawYUVVideoQuad() local
1888 const VideoStreamTextureProgram* program = in DrawStreamVideoQuad() local
2258 void GLRenderer::SetUseProgram(unsigned program) { in SetUseProgram()
2286 const RenderPassProgram* program = GetRenderPassProgram(tex_coord_precision); in CopyTextureToFramebuffer() local
2768 RenderPassProgram* program = &render_pass_program_[precision]; in GetRenderPassProgram() local
2781 RenderPassProgramAA* program = &render_pass_program_aa_[precision]; in GetRenderPassProgramAA() local
2794 RenderPassMaskProgram* program = &render_pass_mask_program_[precision]; in GetRenderPassMaskProgram() local
2807 RenderPassMaskProgramAA* program = &render_pass_mask_program_aa_[precision]; in GetRenderPassMaskProgramAA() local
2820 RenderPassColorMatrixProgram* program = in GetRenderPassColorMatrixProgram() local
2834 RenderPassColorMatrixProgramAA* program = in GetRenderPassColorMatrixProgramAA() local
2849 RenderPassMaskColorMatrixProgram* program = in GetRenderPassMaskColorMatrixProgram() local
2864 RenderPassMaskColorMatrixProgramAA* program = in GetRenderPassMaskColorMatrixProgramAA() local
2882 TileProgram* program = &tile_program_[precision][sampler]; in GetTileProgram() local
2898 TileProgramOpaque* program = &tile_program_opaque_[precision][sampler]; in GetTileProgramOpaque() local
2914 TileProgramAA* program = &tile_program_aa_[precision][sampler]; in GetTileProgramAA() local
2930 TileProgramSwizzle* program = &tile_program_swizzle_[precision][sampler]; in GetTileProgramSwizzle() local
2946 TileProgramSwizzleOpaque* program = in GetTileProgramSwizzleOpaque() local
2963 TileProgramSwizzleAA* program = &tile_program_swizzle_aa_[precision][sampler]; in GetTileProgramSwizzleAA() local
2976 TextureProgram* program = &texture_program_[precision]; in GetTextureProgram() local
2989 NonPremultipliedTextureProgram* program = in GetNonPremultipliedTextureProgram() local
3004 TextureBackgroundProgram* program = &texture_background_program_[precision]; in GetTextureBackgroundProgram() local
3018 NonPremultipliedTextureBackgroundProgram* program = in GetNonPremultipliedTextureBackgroundProgram() local
3033 TextureProgram* program = &texture_io_surface_program_[precision]; in GetTextureIOSurfaceProgram() local
3046 VideoYUVProgram* program = &video_yuv_program_[precision]; in GetVideoYUVProgram() local
3059 VideoYUVAProgram* program = &video_yuva_program_[precision]; in GetVideoYUVAProgram() local
3074 VideoStreamTextureProgram* program = in GetVideoStreamTextureProgram() local