HomeSort by relevance Sort by last modified time
    Searched defs:impl_format (Results 1 - 3 of 3) 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_unittest.cc 308 GLenum impl_format = local
311 EXPECT_EQ(static_cast<GLenum>(GL_DEPTH_COMPONENT24), impl_format); local
317 GLenum impl_format = local
320 EXPECT_EQ(static_cast<GLenum>(GL_DEPTH_COMPONENT), impl_format); local
gles2_cmd_decoder.cc 5241 GLenum impl_format = local
5294 GLenum impl_format = local
    [all...]

Completed in 30 milliseconds