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 123 class GLFP : public GrGLSLFragmentProcessor {
133 return new GLFP;
159 class GLFP : public GrGLSLFragmentProcessor {
170 return new GLFP;
225 class GLFP : public GrGLSLFragmentProcessor {
236 return new GLFP;
282 class GLFP : public GrGLSLFragmentProcessor {
292 return new GLFP;
342 class GLFP : public GrGLSLFragmentProcessor {
344 GLFP() : fHaveSetColor(false) {
    [all...]
  /external/skia/tests/
GLProgramsTest.cpp 110 GrGLSLFragmentProcessor* onCreateGLSLInstance() const override { return new GLFP; }
113 class GLFP : public GrGLSLFragmentProcessor {

Completed in 87 milliseconds