HomeSort by relevance Sort by last modified time
    Searched refs:impl_format (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
renderbuffer_manager.cc 168 GLenum impl_format = InternalRenderbufferFormatToImplFormat(internal_format); local
170 temp, GLES2Util::RenderbufferBytesPerPixel(impl_format), &temp)) {
178 GLenum impl_format) const {
180 switch (impl_format) {
191 if (impl_format == GL_DEPTH_COMPONENT16 && depth24_supported_)
194 return impl_format;
renderbuffer_manager.h 172 GLenum InternalRenderbufferFormatToImplFormat(GLenum impl_format) const;
renderbuffer_manager_unittest.cc 305 GLenum impl_format = local
308 EXPECT_EQ(static_cast<GLenum>(GL_DEPTH_COMPONENT24), impl_format); local
314 GLenum impl_format = local
317 EXPECT_EQ(static_cast<GLenum>(GL_DEPTH_COMPONENT), impl_format); local
gles2_cmd_decoder.cc 5347 GLenum impl_format = local
5393 GLenum impl_format = local
    [all...]

Completed in 44 milliseconds