Searched refs:varying_map_0 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dmemory_program_cache.h60 const ShaderTranslator::VariableMap& varying_map_0,
91 const ShaderTranslator::VariableMap& varying_map_0() const { function in class:gpu::gles2::MemoryProgramCache::ProgramCacheValue
H A Dmemory_program_cache.cc163 shader_a->set_varying_map(value->varying_map_0());
341 const ShaderTranslator::VariableMap& varying_map_0,
354 varying_map_0_(varying_map_0),
333 ProgramCacheValue( GLsizei length, GLenum format, const char* data, const std::string& program_hash, const char* shader_0_hash, const ShaderTranslator::VariableMap& attrib_map_0, const ShaderTranslator::VariableMap& uniform_map_0, const ShaderTranslator::VariableMap& varying_map_0, const char* shader_1_hash, const ShaderTranslator::VariableMap& attrib_map_1, const ShaderTranslator::VariableMap& uniform_map_1, const ShaderTranslator::VariableMap& varying_map_1, MemoryProgramCache* program_cache) argument

Completed in 138 milliseconds