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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLCaps.h 71 enum FBFetchType {
160 FBFetchType fbFetchType() const { return fFBFetchType; }
313 FBFetchType fFBFetchType;
GrGLShaderBuilder.cpp 110 GrGLCaps::kNone_FBFetchType == fGpu->glCaps().fbFetchType()) {
207 if (GrGLCaps::kEXT_FBFetchType != fGpu->glCaps().fbFetchType()) {
214 if (GrGLCaps::kNV_FBFetchType != fGpu->glCaps().fbFetchType()) {
258 GrGLCaps::FBFetchType fetchType = fGpu->glCaps().fbFetchType();
304 if (GrGLCaps::kNone_FBFetchType != caps.fbFetchType()) {
    [all...]
  /external/skia/src/gpu/gl/
GrGLCaps.h 71 enum FBFetchType {
160 FBFetchType fbFetchType() const { return fFBFetchType; }
313 FBFetchType fFBFetchType;
GrGLShaderBuilder.cpp 110 GrGLCaps::kNone_FBFetchType == fGpu->glCaps().fbFetchType()) {
207 if (GrGLCaps::kEXT_FBFetchType != fGpu->glCaps().fbFetchType()) {
214 if (GrGLCaps::kNV_FBFetchType != fGpu->glCaps().fbFetchType()) {
258 GrGLCaps::FBFetchType fetchType = fGpu->glCaps().fbFetchType();
304 if (GrGLCaps::kNone_FBFetchType != caps.fbFetchType()) {
    [all...]

Completed in 319 milliseconds