OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texture_state_
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/media/mca/filterfw/native/core/
gl_frame.cpp
49
texture_state_
(kStateUninitialized),
67
texture_state_
= glIsTexture(texture_id) ? kStateComplete : kStateGenerated;
75
texture_state_
= kStateUnmanaged;
177
else if (
texture_state_
== kStateComplete)
241
if (
texture_state_
== kStateUninitialized) {
284
if (
texture_state_
== kStateUninitialized) {
295
texture_state_
= kStateGenerated;
304
if (
texture_state_
== kStateGenerated || TextureWasDeleted()) {
318
texture_state_
= kStateComplete;
321
return
texture_state_
== kStateComplete
[
all
...]
gl_frame.h
203
GLObjectState
texture_state_
;
member in class:android::filterfw::GLFrame
/external/chromium_org/cc/scheduler/
scheduler_state_machine.cc
21
texture_state_
(LAYER_TEXTURE_STATE_UNLOCKED),
187
major_state->SetString("
texture_state_
",
188
TextureStateToString(
texture_state_
));
313
if (
texture_state_
== LAYER_TEXTURE_STATE_ACQUIRED_BY_MAIN_THREAD)
388
if (
texture_state_
== LAYER_TEXTURE_STATE_UNLOCKED)
390
DCHECK_EQ(
texture_state_
, LAYER_TEXTURE_STATE_ACQUIRED_BY_IMPL_THREAD);
618
texture_state_
= LAYER_TEXTURE_STATE_ACQUIRED_BY_MAIN_THREAD;
707
texture_state_
= LAYER_TEXTURE_STATE_ACQUIRED_BY_IMPL_THREAD;
709
texture_state_
= LAYER_TEXTURE_STATE_UNLOCKED;
757
if (
texture_state_
== LAYER_TEXTURE_STATE_ACQUIRED_BY_IMPL_THREAD
[
all
...]
scheduler_state_machine.h
272
TextureState
texture_state_
;
member in class:cc::SchedulerStateMachine
/external/chromium_org/gpu/command_buffer/service/
texture_manager.h
831
DecoderTextureState*
texture_state_
;
member in class:gpu::gles2::ScopedTextureUploadTimer
texture_manager.cc
[
all
...]
gles2_cmd_decoder.cc
1757
DecoderTextureState
texture_state_
;
member in class:gpu::gles2::GLES2DecoderImpl
[
all
...]
Completed in 753 milliseconds