HomeSort by relevance Sort by last modified time
    Searched defs:mTexName (Results 1 - 2 of 2) sorted by null

  /frameworks/native/include/gui/
SurfaceTexture.h 314 // mTexName is the name of the OpenGL texture to which streamed images will
317 GLuint mTexName;
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 410 mTexName(texName),
468 glBindTexture(GL_TEXTURE_EXTERNAL_OES, mTexName);
496 GLuint mTexName;
    [all...]

Completed in 291 milliseconds