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

  /cts/tests/src/android/opengl/cts/
CompressedTextureSurfaceView.java 132 Bitmap mBaseTexture;
151 mBaseTexture = base;
160 int byteBufferSize = mBaseTexture.getWidth() *
161 mBaseTexture.getHeight() *
201 int w = mBaseTexture.getWidth();
208 int original = mBaseTexture.getPixel(x, y);
226 int w = mBaseTexture.getWidth();
227 int h = mBaseTexture.getWidth();
248 GLES20.glViewport(0, 0, mBaseTexture.getWidth(), mBaseTexture.getHeight())
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Texture.cpp 51 mBaseTexture = NULL;
    [all...]
Texture.h 204 IDirect3DBaseTexture9 *mBaseTexture; // This is a weak pointer. The derived class is assumed to own a strong pointer.

Completed in 492 milliseconds