OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:loadTexture
(Results
1 - 25
of
30
) sorted by null
1
2
/external/chromium_org/native_client_sdk/src/examples/demo/earth/
example.js
43
function
loadTexture
(name) {
85
loadTexture
(names[i]);
/external/jmonkeyengine/engine/src/android/com/jme3/asset/
AndroidAssetManager.java
112
public Texture
loadTexture
(TextureKey key) {
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/cube/
example.js
202
function
loadTexture
(name) {
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/earth/
example.js
212
function
loadTexture
(name) {
253
loadTexture
(names[i]);
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
AssetManager.java
187
public Texture
loadTexture
(TextureKey key);
198
public Texture
loadTexture
(String name);
DesktopAssetManager.java
324
public Texture
loadTexture
(TextureKey key){
340
public Texture
loadTexture
(String name, boolean generateMipmaps){
344
return
loadTexture
(key);
347
public Texture
loadTexture
(String name, boolean generateMipmaps, boolean flipY, boolean asCube, int aniso){
352
return
loadTexture
(key);
355
public Texture
loadTexture
(String name){
356
return
loadTexture
(name, true);
/cts/suite/cts/deviceTests/opengl/jni/graphics/
GLUtils.cpp
60
GLuint GLUtils::
loadTexture
(const char* path) {
67
jmethodID
loadTexture
= sEnv->GetStaticMethodID(activityClass, "
loadTexture
",
69
if (
loadTexture
== NULL) {
70
ALOGE("Couldn't find
loadTexture
method");
74
textureId = sEnv->CallStaticIntMethod(activityClass,
loadTexture
, sAssetManager, pathStr);
/cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/reference/
GLGameActivity.java
144
public static int
loadTexture
(AssetManager manager, String path) {
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
CompressedTextureActivity.java
94
ETC1Util.
loadTexture
(GLES10.GL_TEXTURE_2D, 0, 0,
123
ETC1Util.
loadTexture
(GLES10.GL_TEXTURE_2D, 0, 0,
129
ETC1Util.
loadTexture
(GLES10.GL_TEXTURE_2D, 0, 0,
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
MTLLoader.java
173
protected Texture
loadTexture
(String path){
184
texture = assetManager.
loadTexture
(texKey);
231
diffuseMap =
loadTexture
(path);
235
normalMap =
loadTexture
(path);
239
specularMap =
loadTexture
(path);
249
alphaMap =
loadTexture
(path);
/external/replicaisland/src/com/replica/replicaisland/
TextureLibrary.java
36
* a call to
loadTexture
() or loadAllTextures(). This allows Texture objects to be dispersed to
82
public Texture
loadTexture
(Context context, GL10 gl, int resourceID) {
/frameworks/base/opengl/java/android/opengl/
ETC1Util.java
45
public static void
loadTexture
(int target, int level, int border,
48
loadTexture
(target, level, border, fallbackFormat, fallbackType, createTexture(input));
64
public static void
loadTexture
(int target, int level, int border,
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
BallsRS.java
72
private Allocation
loadTexture
(int id) {
104
mPFPoints.bindTexture(
loadTexture
(R.drawable.flares), 0);
/packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
NexusRS.java
98
mScript.set_gTBackground(
loadTexture
(R.drawable.pyramid_background));
121
private Allocation
loadTexture
(int id) {
/packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyRS.java
132
mScript.set_gTSpace(
loadTexture
(R.drawable.space));
133
mScript.set_gTLight1(
loadTexture
(R.drawable.light1));
137
private Allocation
loadTexture
(int id) {
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java
188
int texture =
loadTexture
(R.drawable.large_photo);
253
private int
loadTexture
(int resource) {
/packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallRS.java
239
mScript.set_g_TRiverbed(
loadTexture
(R.drawable.pond));
242
private Allocation
loadTexture
(int id) {
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java
248
mScript.set_gTNight(
loadTexture
(R.drawable.night));
249
mScript.set_gTSunrise(
loadTexture
(R.drawable.sunrise));
250
mScript.set_gTSky(
loadTexture
(R.drawable.sky));
251
mScript.set_gTSunset(
loadTexture
(R.drawable.sunset));
278
private Allocation
loadTexture
(int id) {
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/
GalaxyRS.java
108
private Allocation
loadTexture
(int id) {
116
mStaticStarAllocation =
loadTexture
(R.drawable.staticstar);
117
mStaticStar2Allocation =
loadTexture
(R.drawable.staticstar2);
118
mCloudAllocation =
loadTexture
(R.drawable.cloud);
119
mBgAllocation =
loadTexture
(R.drawable.bg);
/packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java
163
private Allocation
loadTexture
(int id) {
171
mDotAllocation =
loadTexture
(R.drawable.dot);
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java
178
private Allocation
loadTexture
(int id) {
186
mDotAllocation =
loadTexture
(R.drawable.dot);
187
mBeamAllocation =
loadTexture
(R.drawable.beam);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java
518
final int texture =
loadTexture
(mBackground);
579
private int
loadTexture
(Bitmap bitmap) {
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
Completed in 354 milliseconds
1
2