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

  /external/skia/src/gpu/gl/
GrGLCaps.h 253 int maxFragmentTextureUnits() const { return fMaxFragmentTextureUnits; }
387 int fMaxFragmentTextureUnits;
GrGLCaps.cpp 30 fMaxFragmentTextureUnits = 0;
89 GR_GL_GetIntegerv(gli, GR_GL_MAX_TEXTURE_IMAGE_UNITS, &fMaxFragmentTextureUnits);
    [all...]

Completed in 145 milliseconds