Home
last modified time | relevance | path

Searched defs:GLStaticState (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation.h133 struct GLES2_IMPL_EXPORT GLStaticState { in NON_EXPORTED_BASE() struct
137 struct GLES2_IMPL_EXPORT IntState { in NON_EXPORTED_BASE()
152 IntState int_state; in NON_EXPORTED_BASE()
154 typedef std::pair<GLenum,GLenum> ShaderPrecisionKey; in NON_EXPORTED_BASE()
157 ShaderPrecisionMap; in NON_EXPORTED_BASE()
158 ShaderPrecisionMap shader_precisions; in NON_EXPORTED_BASE()
Dgles2_implementation.cc51 GLES2Implementation::GLStaticState::GLStaticState() { in GLStaticState() function in gpu::gles2::GLES2Implementation::GLStaticState