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

  /external/skia/src/gpu/gl/
GrGLRenderTarget.cpp 20 GrGLTexID* texID) {
26 fTexIDObj = texID;
33 GrGLTexID* texID,
41 GrAssert(NULL != texID);
51 this->init(desc, viewport, texID);
GrGLRenderTarget.h 41 GrGLTexID* texID,
105 void init(const Desc& desc, const GrGLIRect& viewport, GrGLTexID* texID);
GrGLTexture.h 22 GrGLTexID(const GrGLInterface* gl, GrGLuint texID, bool ownsID)
24 , fTexID(texID)
GrGpuGL.h 233 GrGLuint texID,
GrGpuGL.cpp 782 GrGLuint texID,
855 texID, 0));
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp     [all...]

Completed in 90 milliseconds