OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kMaxCubeMapTextureSize
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
test_helper.h
35
static const GLint
kMaxCubeMapTextureSize
= 256;
test_helper.cc
50
const GLint TestHelper::
kMaxCubeMapTextureSize
;
258
.WillOnce(SetArgumentPointee<1>(
kMaxCubeMapTextureSize
))
texture_manager_unittest.cc
45
static const GLint
kMaxCubeMapTextureSize
= 8;
65
kMaxTextureSize,
kMaxCubeMapTextureSize
));
95
const GLint TextureManagerTest::
kMaxCubeMapTextureSize
;
169
NULL, feature_info_.get(), kMaxTextureSize,
kMaxCubeMapTextureSize
);
191
NULL, feature_info_.get(), kMaxTextureSize,
kMaxCubeMapTextureSize
);
228
EXPECT_EQ(
kMaxCubeMapTextureSize
,
230
EXPECT_EQ(
kMaxCubeMapTextureSize
,
232
EXPECT_EQ(
kMaxCubeMapTextureSize
,
234
EXPECT_EQ(
kMaxCubeMapTextureSize
,
236
EXPECT_EQ(
kMaxCubeMapTextureSize
,
[
all
...]
gles2_cmd_decoder_unittest_base.cc
[
all
...]
gles2_cmd_decoder_unittest_base.h
376
static const GLint
kMaxCubeMapTextureSize
= 256;
/external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc
309
static const GLint
kMaxCubeMapTextureSize
= 64;
376
int_state.max_cube_map_texture_size =
kMaxCubeMapTextureSize
;
519
const GLint GLES2ImplementationTest::
kMaxCubeMapTextureSize
;
[
all
...]
Completed in 34 milliseconds