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
37
static const GLint
kMaxCubeMapTextureSize
= 256;
test_helper.cc
51
const GLint TestHelper::
kMaxCubeMapTextureSize
;
280
.WillOnce(SetArgumentPointee<1>(
kMaxCubeMapTextureSize
))
texture_manager_unittest.cc
49
static const GLint
kMaxCubeMapTextureSize
= 8;
67
kMaxCubeMapTextureSize
,
96
const GLint TextureManagerTest::
kMaxCubeMapTextureSize
;
175
kMaxCubeMapTextureSize
,
194
kMaxCubeMapTextureSize
,
212
kMaxCubeMapTextureSize
,
238
kMaxCubeMapTextureSize
,
277
EXPECT_EQ(
kMaxCubeMapTextureSize
,
279
EXPECT_EQ(
kMaxCubeMapTextureSize
,
281
EXPECT_EQ(
kMaxCubeMapTextureSize
,
[
all
...]
gles2_cmd_decoder_unittest_base.cc
[
all
...]
gles2_cmd_decoder_unittest_base.h
397
static const GLint
kMaxCubeMapTextureSize
= 256;
/external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc
368
static const GLint
kMaxCubeMapTextureSize
= 64;
420
int_state.max_cube_map_texture_size =
kMaxCubeMapTextureSize
;
739
const GLint GLES2ImplementationTest::
kMaxCubeMapTextureSize
;
[
all
...]
Completed in 93 milliseconds