HomeSort by relevance Sort by last modified time
    Searched refs:setTexture (Results 26 - 50 of 78) sorted by null

12 3 4

  /frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
FountainFboRS.java 61 pfb.setTexture(ProgramFragmentFixedFunction.Builder.EnvMode.REPLACE,
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestAppLoadingScreen.java 83 b.setTexture(ProgramFragmentFixedFunction.Builder.EnvMode.REPLACE,
  /frameworks/base/rs/java/android/renderscript/
ProgramVertexFixedFunction.java 229 setTexture(new Matrix4f());
285 public void setTexture(Matrix4f m) {
ProgramFragmentFixedFunction.java 251 public Builder setTexture(EnvMode env, Format fmt, int slot)
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
MeshTest.java 116 tmb.setTexture((float)x % 2, (float)y % 2);
154 texBuilder.setTexture(ProgramFragmentFixedFunction.Builder.EnvMode.REPLACE,
  /external/chromium_org/third_party/skia/include/gpu/
GrTexture.h 209 GrTexture* setTexture(GrTexture* texture) {
  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 206 public void setTexture(Texture texture) {
SpriteComponent.java 116 bitmap.setTexture(currentFrame.texture);
HudSystem.java 303 bitmap.setTexture(mFuelDrawable.getTexture());
456 bitmap.setTexture(mFadeTexture);
  /external/skia/include/gpu/
GrTexture.h 211 GrTexture* setTexture(GrTexture* texture) {
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
SceneManager.java 436 tmb.setTexture(0.0f, 1.0f).addVertex(-1.0f, 1.0f, 1.0f);
437 tmb.setTexture(0.0f, 0.0f).addVertex(-1.0f, -1.0f, 1.0f);
438 tmb.setTexture(1.0f, 0.0f).addVertex(1.0f, -1.0f, 1.0f);
439 tmb.setTexture(1.0f, 1.0f).addVertex(1.0f, 1.0f, 1.0f);
  /frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
BallsRS.java 92 pfb.setTexture(ProgramFragmentFixedFunction.Builder.EnvMode.MODULATE,
  /external/deqp/framework/randomshaders/
rsgProgramExecutor.cpp 178 void ProgramExecutor::setTexture (int samplerNdx, const tcu::Texture2D* texture, const tcu::Sampler& sampler)
183 void ProgramExecutor::setTexture (int samplerNdx, const tcu::TextureCube* texture, const tcu::Sampler& sampler)
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 222 builder.setTexture(ProgramFragmentFixedFunction.Builder.EnvMode.REPLACE,
231 builder.setTexture(ProgramFragmentFixedFunction.Builder.EnvMode.REPLACE,
  /external/chromium_org/third_party/skia/src/gpu/
GrLayerCache.h 123 void setTexture(GrTexture* texture, const GrIRect16& rect) {
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 124 void TextureBinding::setTexture (const glu::Texture2D* tex2D)
130 void TextureBinding::setTexture (const glu::TextureCube* texCube)
136 void TextureBinding::setTexture (const glu::Texture2DArray* tex2DArray)
142 void TextureBinding::setTexture (const glu::Texture3D* tex3D)
glsFboUtil.cpp 455 void Framebuffer::setTexture (glw::GLuint texName, const Texture& texCfg)
613 setTexture(texName, texCfg);
glsRandomShaderCase.cpp 466 executor.setTexture(unitNdx, &texture->getRefTexture(), glu::mapGLSampler(TEXTURE_WRAP_S, TEXTURE_WRAP_T, TEXTURE_MIN_FILTER, TEXTURE_MAG_FILTER));
478 executor.setTexture(unitNdx, &texture->getRefTexture(), glu::mapGLSampler(TEXTURE_WRAP_S, TEXTURE_WRAP_T, TEXTURE_MIN_FILTER, TEXTURE_MAG_FILTER));
  /frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
FBOSyncRS.java 99 b.setTexture(ProgramFragmentFixedFunction.Builder.EnvMode.REPLACE,
FBOTestRS.java 98 b.setTexture(ProgramFragmentFixedFunction.Builder.EnvMode.REPLACE,
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SceneGraphRS.java 113 b.setTexture(ProgramFragmentFixedFunction.Builder.EnvMode.REPLACE,
SimpleModelRS.java 97 b.setTexture(ProgramFragmentFixedFunction.Builder.EnvMode.REPLACE,
  /frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
ShadersTestRS.java 104 b.setTexture(ProgramFragmentFixedFunction.Builder.EnvMode.REPLACE,
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
GenericWaveRS.java 170 builder.setTexture(ProgramFragmentFixedFunction.Builder.EnvMode.REPLACE,
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
Visualization4RS.java 145 builder.setTexture(ProgramFragmentFixedFunction.Builder.EnvMode.REPLACE,

Completed in 857 milliseconds

12 3 4