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

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_copy_texture_chromium.h64 struct ProgramInfo { struct in class:gpu::CopyTextureCHROMIUMResourceManager
65 ProgramInfo() function in struct:gpu::CopyTextureCHROMIUMResourceManager::ProgramInfo
82 typedef base::hash_map<ProgramMapKey, ProgramInfo> ProgramMap;
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags2man.py141 class ProgramInfo(object): class in inherits:object
440 proginfo A ProgramInfo object
465 proginfo A ProgramInfo object
534 prog = ProgramInfo(arg)
/external/chromium_org/third_party/python_gflags/
H A Dgflags2man.py141 class ProgramInfo(object): class in inherits:object
440 proginfo A ProgramInfo object
465 proginfo A ProgramInfo object
534 prog = ProgramInfo(arg)
/external/deqp/framework/opengl/
H A DgluShaderProgram.hpp60 struct ProgramInfo struct in namespace:glu
66 ProgramInfo (void) : linkOk(false), linkTimeUs(0) {} function in struct:glu::ProgramInfo
119 const ProgramInfo& getInfo (void) const { return m_info; }
137 ProgramInfo m_info;
183 const ProgramInfo& getProgramInfo (void) const { return m_program.getInfo(); }

Completed in 178 milliseconds