OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texture_unit
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
context_state.cc
52
const TextureUnit&
texture_unit
= texture_units[unit];
local
54
GLuint service_id =
texture_unit
.bound_texture_2d.get()
55
?
texture_unit
.bound_texture_2d->service_id()
58
service_id =
texture_unit
.bound_texture_cube_map.get()
59
?
texture_unit
.bound_texture_cube_map->service_id()
64
service_id =
texture_unit
.bound_texture_external_oes.get()
65
?
texture_unit
.bound_texture_external_oes->service_id()
71
service_id =
texture_unit
.bound_texture_rectangle_arb.get()
72
?
texture_unit
.bound_texture_rectangle_arb->service_id()
gles2_cmd_decoder.cc
6041
TextureUnit&
texture_unit
= state_.
texture_unit
s[
texture_unit
_index];
local
6092
TextureUnit&
texture_unit
= state_.
texture_unit
s[
texture_unit
_index];
local
6142
TextureUnit&
texture_unit
= state_.
texture_unit
s[
texture_unit
_index];
local
[
all
...]
/frameworks/base/media/mca/filterfw/native/core/
shader_program.h
404
void SetBaseTextureUnit(GLuint
texture_unit
) {
405
base_texture_unit_ =
texture_unit
;
Completed in 648 milliseconds