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

/external/chromium_org/gpu/command_buffer/service/
H A Dmemory_program_cache.h61 const char* shader_1_hash,
95 const std::string& shader_1_hash() const { function in class:gpu::gles2::MemoryProgramCache::ProgramCacheValue
H A Dmemory_program_cache.cc342 const char* shader_1_hash,
355 shader_1_hash_(shader_1_hash, kHashLength),
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 73 milliseconds