OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vertexshaderconstants
(Results
1 - 7
of
7
) sorted by null
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralRS.java
114
ScriptField_VertexShaderConstants_s
vertexShaderConstants
=
116
mScript.bind_gVSConstants(
vertexShaderConstants
);
117
vertexShaderConstants
.set_maxPointSize(0, MAX_POINT_SIZE, false);
118
vertexShaderConstants
.copyAll();
128
geometryBuilder.addConstant(
vertexShaderConstants
.getAllocation().getType());
131
programVertexGeometry.bindConstants(
vertexShaderConstants
.getAllocation(), 0);
holo_spiral.rs
62
}
VertexShaderConstants
;
63
VertexShaderConstants
* gVSConstants;
/development/samples/RenderScript/MiscSamples/src/com/example/android/rs/miscsamples/
shader_def.rsh
31
}
VertexShaderConstants
;
rsrenderstates.rs
64
VertexShaderConstants
*gVSConstants;
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
shader_def.rsh
31
}
VertexShaderConstants
;
torus_test.rs
34
VertexShaderConstants
*gVSConstants;
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
clouds.rs
53
}
VertexShaderConstants
;
54
VertexShaderConstants
*gVSConstants;
Completed in 151 milliseconds