OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:texture_units
(Results
1 - 9
of
9
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TextureUnitPropertyAccessor.java
54
GLStateType.
TEXTURE_UNITS
,
62
return String.format("TEXTURE_STATE/
TEXTURE_UNITS
/${activeTextureUnit}/%s", mTargetType);
StateTransformFactory.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java
115
TEXTURE_UNITS
("Texture Units"),
GLState.java
261
IGLProperty textureUnitState = new GLListProperty(GLStateType.
TEXTURE_UNITS
,
/external/mesa3d/src/glx/
indirect_vertex_array.c
153
int
texture_units
= 1, vertex_program_attribs = 0;
local
196
__indirect_glGetIntegerv(GL_MAX_TEXTURE_UNITS, &
texture_units
);
205
arrays->num_texture_units =
texture_units
;
207
array_count +=
texture_units
+ vertex_program_attribs;
233
for (i = 0; i <
texture_units
; i++) {
244
i = 4 +
texture_units
;
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
t_options.h
225
DRI_CONF_OPT_BEGIN_V(
texture_units
,int,def, # min ":" # max ) \
options.h
489
DRI_CONF_OPT_BEGIN_V(
texture_units
,int,def, # min ":" # max ) \
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_context.c
270
"
texture_units
");
/external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.c
307
"
texture_units
");
Completed in 347 milliseconds