HomeSort by relevance Sort by last modified time
    Searched defs:bindTexture (Results 1 - 25 of 27) sorted by null

1 2

  /external/replicaisland/src/com/replica/replicaisland/
OpenGLSystem.java 53 public static final void bindTexture(int target, int texture) {
DrawableBitmap.java 128 OpenGLSystem.bindTexture(GL10.GL_TEXTURE_2D, texture.name);
TiledVertexGrid.java 186 OpenGLSystem.bindTexture(GL10.GL_TEXTURE_2D, texture.name);
  /frameworks/rs/
rsProgram.cpp 117 bindTexture(NULL, ct, NULL);
179 void Program::bindTexture(Context *rsc, uint32_t slot, Allocation *a) {
220 p->bindTexture(rsc, slot, static_cast<Allocation *>(a));
  /cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
ProgramFragmentTest.java 115 pf.bindTexture(textures[i], i);
119 p.bindTexture(textures[i], i);
ProgramFragmentFixedFunctionTest.java 71 pf.bindTexture(mTex2D, t);
  /frameworks/base/libs/hwui/
Layer.cpp 92 bindTexture();
148 void Layer::bindTexture() const {
150 caches.bindTexture(renderTarget, texture.id);
SkiaShader.cpp 93 void SkiaShader::bindTexture(Texture* texture, GLenum wrapS, GLenum wrapT) {
94 mCaches->bindTexture(texture->id);
161 bindTexture(texture, mWrapS, mWrapT);
239 bindTexture(texture, gTileModes[mTileX], gTileModes[mTileY]);
359 bindTexture(texture, gTileModes[mTileX], gTileModes[mTileY]);
Caches.cpp 529 void Caches::bindTexture(GLuint texture) {
536 void Caches::bindTexture(GLenum target, GLuint texture) {
OpenGLRenderer.h     [all...]
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 301 GLenum GLClientState::bindTexture(GLenum target, GLuint texture,
  /external/chromium_org/cc/debug/
fake_web_graphics_context_3d.cc 307 void FakeWebGraphicsContext3D::bindTexture(
  /frameworks/base/graphics/java/android/renderscript/
Program.java 164 public void bindTexture(Allocation va, int slot)
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 301 GLenum GLClientState::bindTexture(GLenum target, GLuint texture,
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.cc 323 void TestWebGraphicsContext3D::bindTexture(
  /external/chromium_org/ui/compositor/
test_web_graphics_context_3d.h 86 virtual void bindTexture(WebKit::WGC3Denum target, WebKit::WebGLId texture) {}
  /external/chromium_org/third_party/WebKit/Source/core/tests/
FakeWebGraphicsContext3D.h 82 virtual void bindTexture(WGC3Denum target, WebGLId texture) { }
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp 522 GL_CALL(BindTexture(GR_GL_TEXTURE_2D, glTex->textureID()));
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 522 GL_CALL(BindTexture(GR_GL_TEXTURE_2D, glTex->textureID()));
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 284 if (!bindTexture(tex)) return;
383 if (!bindTexture(texture)) return;
400 if (!bindTexture(texture)) return;
412 if (!bindTexture(texture)) return;
455 private boolean bindTexture(BasicTexture texture) {
536 if (!bindTexture(from)) return;
562 if (!bindTexture(from)) return;
    [all...]
  /system/core/include/pixelflinger/
pixelflinger.h 218 void (*bindTexture)(void* c, const GGLSurface* surface);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 870 milliseconds

1 2