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

  /external/skia/bench/
GLBench.cpp 117 GR_GL_CALL(gl, TexParameteri(GR_GL_TEXTURE_2D, GR_GL_TEXTURE_WRAP_S, GR_GL_CLAMP_TO_EDGE));
  /external/skia/tests/
TextureStorageAllocator.cpp 34 GR_GL_CALL(allocator->m_gl, TexParameteri(target, GR_GL_TEXTURE_WRAP_S, GR_GL_CLAMP_TO_EDGE));
  /external/skia/gm/
rectangletexture.cpp 96 GR_GL_CALL(gl, TexParameteri(TARGET, GR_GL_TEXTURE_WRAP_S,
  /external/skia/src/gpu/gl/
SkGLContext.cpp 179 GR_GL_CALL(fGL, TexParameteri(GR_GL_TEXTURE_RECTANGLE, GR_GL_TEXTURE_WRAP_S,
GrGLGpu.cpp     [all...]
GrGLDefines.h 504 #define GR_GL_TEXTURE_WRAP_S 0x2802
    [all...]

Completed in 793 milliseconds