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

  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 391 GET_PROC_SUFFIX(TextureImage1D, EXT);
    [all...]
GrGLTestInterface.cpp 224 fFunctions.fTextureImage1D = bind_to_member(this, &GrGLTestInterface::textureImage1D);
GrGLTestInterface.h 229 virtual GrGLvoid textureImage1D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint GrGLinternalformat, GrGLsizei width, GrGLint border, GrGLenum format, GrGLenum type, const GrGLvoid *pixels) {}
    [all...]

Completed in 106 milliseconds