HomeSort by relevance Sort by last modified time
    Searched refs:addTexture (Results 1 - 25 of 25) sorted by null

  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
FragmentShader.java 72 public Builder addTexture(Program.TextureType texType, String name) {
86 mBuilder.addTexture(mShader.mTextureTypes.get(i),
90 mBuilder.addTexture(mShader.mShaderTextureTypes.get(i),
SceneManager.java 383 fb.addTexture(Program.TextureType.TEXTURE_2D, "color");
  /frameworks/base/libs/hwui/
PathCache.cpp 256 PathTexture* PathCache::addTexture(const PathDescription& entry, const SkPath *path,
428 texture = addTexture(entry, path, paint);
450 texture = addTexture(entry, path, paint);
520 texture = addTexture(entry, &path, paint);
540 texture = addTexture(entry, &path, paint);
563 texture = addTexture(entry, &path, paint);
586 texture = addTexture(entry, &path, paint);
619 texture = addTexture(entry, &path, paint);
PathCache.h 232 PathTexture* addTexture(const PathDescription& entry,
234 PathTexture* addTexture(const PathDescription& entry, SkBitmap* bitmap);
  /frameworks/base/rs/java/android/renderscript/
Program.java 328 public BaseProgramBuilder addTexture(TextureType texType) throws IllegalArgumentException {
329 addTexture(texType, "Tex" + mTextureCount);
342 public BaseProgramBuilder addTexture(TextureType texType, String texName)
ProgramFragmentFixedFunction.java 312 sb.addTexture(TextureType.TEXTURE_2D);
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
FillTest.java 113 pfbCustom.addTexture(Program.TextureType.TEXTURE_2D);
119 pfbCustom.addTexture(Program.TextureType.TEXTURE_2D);
124 pfbCustom.addTexture(Program.TextureType.TEXTURE_2D);
TorusTest.java 178 pfbCustom.addTexture(Program.TextureType.TEXTURE_2D);
201 pfbCustom.addTexture(Program.TextureType.TEXTURE_2D);
209 pfbCustom.addTexture(Program.TextureType.TEXTURE_2D);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSlidingWindow.java 185 mTileUploader.addTexture(entry.bitmapTexture);
198 mTileUploader.addTexture(entry.bitmapTexture);
316 mTileUploader.addTexture(entry.bitmapTexture);
321 mTileUploader.addTexture(entry.bitmapTexture);
AlbumSetSlidingWindow.java 306 mContentUploader.addTexture(entry.bitmapTexture);
322 mContentUploader.addTexture(entry.bitmapTexture);
451 mContentUploader.addTexture(texture);
456 mContentUploader.addTexture(texture);
  /external/replicaisland/src/com/replica/replicaisland/
TextureLibrary.java 75 texture = addTexture(resourceID, -1, 0, 0);
258 protected Texture addTexture(int id, int name, int width, int height) {
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
GalaxyRS.java 226 builder.addTexture(Program.TextureType.TEXTURE_2D);
241 builder.addTexture(Program.TextureType.TEXTURE_2D);
242 builder.addTexture(Program.TextureType.TEXTURE_2D);
  /frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
RsRenderStatesRS.java 248 pfbCustom.addTexture(Program.TextureType.TEXTURE_2D);
264 pfbCustom.addTexture(Program.TextureType.TEXTURE_2D);
279 pfbCustom.addTexture(Program.TextureType.TEXTURE_CUBE);
285 pfbCustom.addTexture(Program.TextureType.TEXTURE_2D);
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
SimpleAppRS.java 144 fb.addTexture(TextureType.TEXTURE_2D, "diffuse");
FullscreenBlur.java 164 fb.addTexture(TextureType.TEXTURE_2D, "color");
TestAppRS.java 140 fb.addTexture(TextureType.TEXTURE_2D, "diffuse");
  /frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
ShadersTestRS.java 118 fs.addTexture(Program.TextureType.TEXTURE_2D);
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeRS.java 373 builder.addTexture(Program.TextureType.TEXTURE_2D);
385 builder.addTexture(Program.TextureType.TEXTURE_2D);
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralRS.java 143 geometryBuilder.addTexture(Program.TextureType.TEXTURE_2D);
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 204 builder.addTexture(Program.TextureType.TEXTURE_2D);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java 220 builder.addTexture(Program.TextureType.TEXTURE_2D);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
TiledTexture.java 81 public synchronized void addTexture(TiledTexture t) {
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 84 void addTexture (SharedPtr<Texture> texture) { m_textures.push_back(texture); }
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoDataAdapter.java 427 if (t != null && !t.isReady()) mUploader.addTexture(t);
    [all...]
  /prebuilts/sdk/14/
android.jar 

Completed in 2513 milliseconds