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

/external/chromium_org/gpu/command_buffer/service/
H A Dmemory_program_cache.h64 const ShaderTranslator::VariableMap& varying_map_1,
107 const ShaderTranslator::VariableMap& varying_map_1() const { function in class:gpu::gles2::MemoryProgramCache::ProgramCacheValue
H A Dmemory_program_cache.cc166 shader_b->set_varying_map(value->varying_map_1());
345 const ShaderTranslator::VariableMap& varying_map_1,
358 varying_map_1_(varying_map_1),
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 410 milliseconds