Searched refs:supportsPackedDepthStencil (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DSkGLContextHelper.cpp80 bool supportsPackedDepthStencil; local
82 supportsPackedDepthStencil = version >= GR_GL_VER(3,0) ||
85 supportsPackedDepthStencil = version >= GR_GL_VER(3,0) ||
90 if (supportsPackedDepthStencil) {
/external/skia/src/gpu/gl/
H A DSkGLContextHelper.cpp79 bool supportsPackedDepthStencil; local
81 supportsPackedDepthStencil = version >= GR_GL_VER(3,0) ||
84 supportsPackedDepthStencil = version >= GR_GL_VER(3,0) ||
89 if (supportsPackedDepthStencil) {

Completed in 297 milliseconds