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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderBuilder.cpp 104 , fCtxInfo(ctxInfo)
168 if (!fCtxInfo.caps()->shaderDerivativeSupport()) {
171 if (kES2_GrGLBinding == fCtxInfo.binding()) {
185 if (!fCtxInfo.caps()->fragCoordConventionsSupport()) {
188 if (fCtxInfo.glslGeneration() < k150_GrGLSLGeneration) {
194 if (GrGLCaps::kEXT_FBFetchType != fCtxInfo.caps()->fbFetchType()) {
201 if (GrGLCaps::kNV_FBFetchType != fCtxInfo.caps()->fbFetchType()) {
245 GrGLCaps::FBFetchType fetchType = fCtxInfo.caps()->fbFetchType();
302 sample_function_name(varyingType, fCtxInfo.glslGeneration()),
305 append_swizzle(out, sampler, *fCtxInfo.caps())
    [all...]
GrGLShaderBuilder.h 329 const GrGLContextInfo& ctxInfo() const { return fCtxInfo; }
439 const GrGLContextInfo& fCtxInfo;
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.cpp 104 , fCtxInfo(ctxInfo)
168 if (!fCtxInfo.caps()->shaderDerivativeSupport()) {
171 if (kES2_GrGLBinding == fCtxInfo.binding()) {
185 if (!fCtxInfo.caps()->fragCoordConventionsSupport()) {
188 if (fCtxInfo.glslGeneration() < k150_GrGLSLGeneration) {
194 if (GrGLCaps::kEXT_FBFetchType != fCtxInfo.caps()->fbFetchType()) {
201 if (GrGLCaps::kNV_FBFetchType != fCtxInfo.caps()->fbFetchType()) {
245 GrGLCaps::FBFetchType fetchType = fCtxInfo.caps()->fbFetchType();
302 sample_function_name(varyingType, fCtxInfo.glslGeneration()),
305 append_swizzle(out, sampler, *fCtxInfo.caps())
    [all...]
GrGLShaderBuilder.h 329 const GrGLContextInfo& ctxInfo() const { return fCtxInfo; }
439 const GrGLContextInfo& fCtxInfo;

Completed in 647 milliseconds