Searched defs:GLHelperReadbackSupport (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_readback_support.h14 class CONTENT_EXPORT GLHelperReadbackSupport { class in namespace:content
18 GLHelperReadbackSupport(gpu::gles2::GLES2Interface* gl);
20 ~GLHelperReadbackSupport();
H A Dgl_helper_readback_support.cc12 GLHelperReadbackSupport::GLHelperReadbackSupport(gpu::gles2::GLES2Interface* gl) function in class:content::GLHelperReadbackSupport
17 GLHelperReadbackSupport::~GLHelperReadbackSupport() {}
19 void GLHelperReadbackSupport::InitializeReadbackSupport() {
23 // GLHelperReadbackSupport::NOT_SUPPORTED as we dont know the supported
26 format_support_table_[i] = GLHelperReadbackSupport::NOT_SUPPORTED;
37 void GLHelperReadbackSupport::CheckForReadbackSupport(
61 supports_format ? GLHelperReadbackSupport::SUPPORTED
62 : GLHelperReadbackSupport
[all...]

Completed in 1067 milliseconds