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

  /frameworks/native/libs/gui/tests/
SurfaceTextureGLToGL_test.cpp 180 GLuint texID = TEX_ID;
181 glDeleteTextures(1, &texID);
230 GLuint texID = TEX_ID;
231 glDeleteTextures(1, &texID);
278 GLuint texID = TEX_ID;
279 glDeleteTextures(1, &texID);
315 GLuint texID = TEX_ID;
316 glDeleteTextures(1, &texID);
  /external/skia/src/gpu/gl/
GrGLGpu.h 285 GrGLuint texID, GrGLRenderTarget::IDDesc*);
GrGLGpu.cpp 855 GrGLuint texID,
    [all...]
  /external/skia/tests/
SurfaceTest.cpp 622 static SkImage* make_desc_image(GrContext* ctx, int w, int h, GrBackendObject texID, bool doCopy) {
630 desc.fTextureHandle = texID;
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp     [all...]

Completed in 333 milliseconds