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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.cpp 33 if (effect->hasVertexCode()) {
117 bool hasVertexCode = !(GrGpu::kDrawPath_DrawType == drawType ||
125 &hasVertexCode);
133 &hasVertexCode);
137 header->fHasVertexCode = hasVertexCode || requiresLocalCoordAttrib;
  /external/skia/src/gpu/gl/
GrGLProgramDesc.cpp 33 if (effect->hasVertexCode()) {
117 bool hasVertexCode = !(GrGpu::kDrawPath_DrawType == drawType ||
125 &hasVertexCode);
133 &hasVertexCode);
137 header->fHasVertexCode = hasVertexCode || requiresLocalCoordAttrib;
  /external/chromium_org/third_party/skia/tests/
GLProgramsTest.cpp 88 if ((*stages[s]->getEffect())->hasVertexCode()) {
186 if (useFixedFunctionTexturing && !(*effect)->hasVertexCode()) {
194 useFixedFunctionTexturing = useFixedFunctionTexturing && !(*effect)->hasVertexCode();
  /external/skia/tests/
GLProgramsTest.cpp 88 if ((*stages[s]->getEffect())->hasVertexCode()) {
186 if (useFixedFunctionTexturing && !(*effect)->hasVertexCode()) {
194 useFixedFunctionTexturing = useFixedFunctionTexturing && !(*effect)->hasVertexCode();
  /external/chromium_org/third_party/skia/include/gpu/
GrEffect.h 158 bool hasVertexCode() const { return fHasVertexCode; }
  /external/skia/include/gpu/
GrEffect.h 158 bool hasVertexCode() const { return fHasVertexCode; }

Completed in 38 milliseconds