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.h153 static uint32_t GetChannelsForFormat(int format);
Dgles2_cmd_utils.cc658 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.cc310 uint32 channels = GLES2Util::GetChannelsForFormat(first.format); in CanGenerateMipmaps()
1349 uint32 channels = GLES2Util::GetChannelsForFormat(format); in ValidateTextureParameters()
1432 if ((GLES2Util::GetChannelsForFormat(args.format) & in ValidateTexImage2D()
Dgles2_cmd_decoder.cc3136 glClearColor(0, 0, 0, (GLES2Util::GetChannelsForFormat( in CheckFramebufferValid()
3686 glClearColor(0, 0, 0, (GLES2Util::GetChannelsForFormat( in ResizeOffscreenFrameBuffer()
3991 return (GLES2Util::GetChannelsForFormat( in BoundFramebufferHasColorAttachmentWithAlpha()
5198 (GLES2Util::GetChannelsForFormat( in ClearUnclearedAttachments()
7506 uint32 channels_exist = GLES2Util::GetChannelsForFormat(read_format); in FinishReadPixels()
8059 uint32 channels = GLES2Util::GetChannelsForFormat(format); in ClearLevel()
8698 uint32 channels_exist = GLES2Util::GetChannelsForFormat(read_format); in DoCopyTexImage2D()
8699 uint32 channels_needed = GLES2Util::GetChannelsForFormat(internal_format); in DoCopyTexImage2D()
8829 uint32 channels_exist = GLES2Util::GetChannelsForFormat(read_format); in DoCopyTexSubImage2D()
8830 uint32 channels_needed = GLES2Util::GetChannelsForFormat(format); in DoCopyTexSubImage2D()
[all …]