Home
last modified time | relevance | path

Searched refs:GetChannelsForFormat (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_utils_unittest.cc239 EXPECT_EQ(0u, GLES2Util::GetChannelsForFormat(GL_ETC1_RGB8_OES)); in TEST_F()
240 EXPECT_EQ(0u, GLES2Util::GetChannelsForFormat( in TEST_F()
242 EXPECT_EQ(0u, GLES2Util::GetChannelsForFormat( in TEST_F()
244 EXPECT_EQ(0u, GLES2Util::GetChannelsForFormat( in TEST_F()
246 EXPECT_EQ(0u, GLES2Util::GetChannelsForFormat( in TEST_F()
248 EXPECT_EQ(0u, GLES2Util::GetChannelsForFormat(GL_ATC_RGB_AMD)); in TEST_F()
249 EXPECT_EQ(0u, GLES2Util::GetChannelsForFormat( in TEST_F()
251 EXPECT_EQ(0u, GLES2Util::GetChannelsForFormat( in TEST_F()
253 EXPECT_EQ(0u, GLES2Util::GetChannelsForFormat( in TEST_F()
255 EXPECT_EQ(0u, GLES2Util::GetChannelsForFormat( in TEST_F()
[all …]
Dgles2_cmd_utils.h151 static uint32_t GetChannelsForFormat(int format);
Dgles2_cmd_utils.cc634 uint32 GLES2Util::GetChannelsForFormat(int format) { in GetChannelsForFormat() function in gpu::gles2::GLES2Util
/external/chromium_org/gpu/command_buffer/service/
Dframebuffer_manager.cc108 uint32 have = GLES2Util::GetChannelsForFormat(internal_format()); in ValidForAttachmentType()
231 uint32 have = GLES2Util::GetChannelsForFormat(internal_format); in ValidForAttachmentType()
576 if ((GLES2Util::GetChannelsForFormat( in HasAlphaMRT()
Dtexture_manager.cc349 uint32 channels = GLES2Util::GetChannelsForFormat(first.format); in CanGenerateMipmaps()
1385 uint32 channels = GLES2Util::GetChannelsForFormat(format); in ValidateTextureParameters()
1468 if ((GLES2Util::GetChannelsForFormat(args.format) & in ValidateTexImage2D()
Dgles2_cmd_decoder.cc3077 glClearColor(0, 0, 0, (GLES2Util::GetChannelsForFormat( in CheckFramebufferValid()
3599 glClearColor(0, 0, 0, (GLES2Util::GetChannelsForFormat( in ResizeOffscreenFrameBuffer()
3837 return (GLES2Util::GetChannelsForFormat( in BoundFramebufferHasColorAttachmentWithAlpha()
5020 (GLES2Util::GetChannelsForFormat( in ClearUnclearedAttachments()
7267 uint32 channels_exist = GLES2Util::GetChannelsForFormat(read_format); in FinishReadPixels()
7770 uint32 channels = GLES2Util::GetChannelsForFormat(format); in ClearLevel()
8388 uint32 channels_exist = GLES2Util::GetChannelsForFormat(read_format); in DoCopyTexImage2D()
8389 uint32 channels_needed = GLES2Util::GetChannelsForFormat(internal_format); in DoCopyTexImage2D()
8511 uint32 channels_exist = GLES2Util::GetChannelsForFormat(read_format); in DoCopyTexSubImage2D()
8512 uint32 channels_needed = GLES2Util::GetChannelsForFormat(format); in DoCopyTexSubImage2D()
[all …]