OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxSizeForTarget
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
texture_manager_unittest.cc
227
EXPECT_EQ(kMaxTextureSize, manager_->
MaxSizeForTarget
(GL_TEXTURE_2D));
229
manager_->
MaxSizeForTarget
(GL_TEXTURE_CUBE_MAP));
231
manager_->
MaxSizeForTarget
(GL_TEXTURE_CUBE_MAP_POSITIVE_X));
233
manager_->
MaxSizeForTarget
(GL_TEXTURE_CUBE_MAP_NEGATIVE_X));
235
manager_->
MaxSizeForTarget
(GL_TEXTURE_CUBE_MAP_POSITIVE_Y));
237
manager_->
MaxSizeForTarget
(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y));
239
manager_->
MaxSizeForTarget
(GL_TEXTURE_CUBE_MAP_POSITIVE_Z));
241
manager_->
MaxSizeForTarget
(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z));
243
manager_->
MaxSizeForTarget
(GL_TEXTURE_EXTERNAL_OES));
[
all
...]
texture_manager.h
534
GLsizei
MaxSizeForTarget
(GLenum target) const {
texture_manager.cc
1002
GLsizei max_size =
MaxSizeForTarget
(target) >> level;
[
all
...]
gles2_cmd_decoder.cc
[
all
...]
Completed in 1457 milliseconds