Searched defs:bind_attrib_location_map (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dprogram_cache.cc27 const std::map<std::string, GLint>* bind_attrib_location_map) const {
36 bind_attrib_location_map,
53 const LocationMap* bind_attrib_location_map) {
61 bind_attrib_location_map,
104 const std::map<std::string, GLint>* bind_attrib_location_map,
108 const size_t map_size = CalculateMapSize(bind_attrib_location_map);
118 for (it = bind_attrib_location_map->begin();
119 it != bind_attrib_location_map->end();
48 LinkedProgramCacheSuccess( const std::string& shader_a, const ShaderTranslatorInterface* translator_a, const std::string& shader_b, const ShaderTranslatorInterface* translator_b, const LocationMap* bind_attrib_location_map) argument
101 ComputeProgramHash( const char* hashed_shader_0, const char* hashed_shader_1, const std::map<std::string, GLint>* bind_attrib_location_map, char* result) const argument
H A Dprogram_cache_unittest.cc24 const LocationMap* /* bind_attrib_location_map */,
34 const LocationMap* /* bind_attrib_location_map */,
69 const LocationMap* bind_attrib_location_map,
73 bind_attrib_location_map,
67 ComputeProgramHash(const char* hashed_shader_0, const char* hashed_shader_1, const LocationMap* bind_attrib_location_map, char* result) const argument
H A Dmemory_program_cache.cc129 const LocationMap* bind_attrib_location_map,
143 bind_attrib_location_map,
191 const LocationMap* bind_attrib_location_map,
219 bind_attrib_location_map,
123 LoadLinkedProgram( GLuint program, Shader* shader_a, const ShaderTranslatorInterface* translator_a, Shader* shader_b, const ShaderTranslatorInterface* translator_b, const LocationMap* bind_attrib_location_map, const ShaderCacheCallback& shader_callback) argument
185 SaveLinkedProgram( GLuint program, const Shader* shader_a, const ShaderTranslatorInterface* translator_a, const Shader* shader_b, const ShaderTranslatorInterface* translator_b, const LocationMap* bind_attrib_location_map, const ShaderCacheCallback& shader_callback) argument
H A Dprogram_manager.h226 const LocationMap& bind_attrib_location_map() const { function in class:gpu::gles2::Program

Completed in 142 milliseconds