OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetChannelsForFormat
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils_unittest.cc
239
EXPECT_EQ(0u, GLES2Util::
GetChannelsForFormat
(GL_ETC1_RGB8_OES));
240
EXPECT_EQ(0u, GLES2Util::
GetChannelsForFormat
(
242
EXPECT_EQ(0u, GLES2Util::
GetChannelsForFormat
(
244
EXPECT_EQ(0u, GLES2Util::
GetChannelsForFormat
(
246
EXPECT_EQ(0u, GLES2Util::
GetChannelsForFormat
(
gles2_cmd_utils.h
64
// Bits returned by
GetChannelsForFormat
142
static uint32
GetChannelsForFormat
(int format);
gles2_cmd_utils.cc
630
uint32 GLES2Util::
GetChannelsForFormat
(int format) {
/external/chromium_org/gpu/command_buffer/service/
framebuffer_manager.cc
108
uint32 have = GLES2Util::
GetChannelsForFormat
(internal_format());
231
uint32 have = GLES2Util::
GetChannelsForFormat
(internal_format);
525
if ((GLES2Util::
GetChannelsForFormat
(
texture_manager.cc
351
uint32 channels = GLES2Util::
GetChannelsForFormat
(first.format);
[
all
...]
gles2_cmd_decoder.cc
[
all
...]
Completed in 605 milliseconds