OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bound_texture_external_oes
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
context_state.h
47
scoped_refptr<TextureRef>
bound_texture_external_oes
;
member in struct:gpu::gles2::TextureUnit
63
return
bound_texture_external_oes
;
79
if (
bound_texture_external_oes
.get() == texture) {
80
bound_texture_external_oes
= NULL;
context_state.cc
64
service_id = texture_unit.
bound_texture_external_oes
.get()
65
? texture_unit.
bound_texture_external_oes
->service_id()
texture_manager.cc
[
all
...]
gles2_cmd_decoder.cc
[
all
...]
/external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h
359
bound_texture_external_oes
(0) {}
370
GLuint
bound_texture_external_oes
;
member in struct:gpu::gles2::GLES2Implementation::TextureUnit
gles2_implementation.cc
717
texture_units_[active_texture_unit_].
bound_texture_external_oes
;
[
all
...]
Completed in 222 milliseconds