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

  /external/chromium_org/third_party/skia/include/gpu/
GrEffect.h 154 bool willReadFragmentPosition() const { return fWillReadFragmentPosition; }
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.cpp 30 if (effect->willReadFragmentPosition()) {
GrGLShaderBuilder.cpp 491 if (!effect->willReadFragmentPosition()) {
    [all...]
  /external/chromium_org/third_party/skia/tests/
GLProgramsTest.cpp 85 if ((*stages[s]->getEffect())->willReadFragmentPosition()) {
  /external/skia/include/gpu/
GrEffect.h 154 bool willReadFragmentPosition() const { return fWillReadFragmentPosition; }
  /external/skia/src/gpu/gl/
GrGLProgramDesc.cpp 30 if (effect->willReadFragmentPosition()) {
GrGLShaderBuilder.cpp 491 if (!effect->willReadFragmentPosition()) {
    [all...]
  /external/skia/tests/
GLProgramsTest.cpp 85 if ((*stages[s]->getEffect())->willReadFragmentPosition()) {

Completed in 471 milliseconds