OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texture_ref_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
texture_manager_unittest.cc
348
texture_ref_
= NULL;
368
texture_ref_
= manager_->GetTexture(kClient1Id);
369
ASSERT_TRUE(
texture_ref_
.get() != NULL);
373
if (
texture_ref_
.get()) {
374
// If it's not in the manager then setting
texture_ref_
to NULL will
376
if (!
texture_ref_
->client_id()) {
379
DeleteTextures(1, ::testing::Pointee(
texture_ref_
->service_id())))
383
texture_ref_
= NULL;
404
scoped_refptr<TextureRef>
texture_ref_
;
member in class:gpu::gles2::TextureTestBase
430
Texture* texture =
texture_ref_
->texture()
[
all
...]
framebuffer_manager.cc
139
:
texture_ref_
(texture_ref),
148
texture_ref_
->texture()->GetLevelSize(
156
texture_ref_
->texture()->GetLevelSize(
164
texture_ref_
->texture()->GetLevelType(
172
texture_ref_
->texture()->GetLevelType(
182
return
texture_ref_
->client_id();
186
return
texture_ref_
->texture()->IsLevelCleared(target_, level_);
194
texture_ref_
.get(), target_, level_, cleared);
198
return texture ==
texture_ref_
.get();
208
return
texture_ref_
.get()
261
scoped_refptr<TextureRef>
texture_ref_
;
member in class:gpu::gles2::TextureAttachment
[
all
...]
Completed in 155 milliseconds