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

  /external/skia/src/gpu/
GrFragmentProcessor.cpp 153 class GLFP : public GrGLSLFragmentProcessor {
163 return new GLFP;
224 class GLFP : public GrGLSLFragmentProcessor {
226 GLFP() : fHaveSetColor(false) {}
259 return new GLFP;
303 class GLFP : public GrGLSLFragmentProcessor {
317 return new GLFP;
  /external/skia/tests/
GLProgramsTest.cpp 112 GrGLSLFragmentProcessor* onCreateGLSLInstance() const override { return new GLFP; }
115 class GLFP : public GrGLSLFragmentProcessor {

Completed in 218 milliseconds