OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrGLSLExpr1
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/gpu/glsl/
GrGLSL_impl.h
80
inline
GrGLSLExpr1
GrGLSLExpr1
::VectorCast(const
GrGLSLExpr1
& expr) {
84
inline const char*
GrGLSLExpr1
::ZerosStr() {
88
inline const char*
GrGLSLExpr1
::OnesStr() {
92
//
GrGLSLExpr1
::CastStr() is unimplemented because using them is likely an
95
inline const char*
GrGLSLExpr1
::CastIntStr() {
99
inline
GrGLSLExpr1
operator*(const
GrGLSLExpr1
& in0, const
GrGLSLExpr1
& in1)
[
all
...]
GrGLSL.h
258
class
GrGLSLExpr1
;
262
class
GrGLSLExpr1
: public GrGLSLExpr<
GrGLSLExpr1
> {
264
GrGLSLExpr1
()
267
explicit
GrGLSLExpr1
(int v)
270
GrGLSLExpr1
(const char* expr)
273
GrGLSLExpr1
(const SkString& expr)
277
static
GrGLSLExpr1
VectorCast(const
GrGLSLExpr1
& expr);
280
GrGLSLExpr1
(const char format[], const char in0[]
[
all
...]
/external/skia/src/gpu/effects/
GrConvexPolyEffect.cpp
138
(GrGLSLExpr4(args.fInputColor) *
GrGLSLExpr1
("alpha")).c_str());
216
(GrGLSLExpr4(args.fInputColor) *
GrGLSLExpr1
("alpha")).c_str());
GrOvalEffect.cpp
145
(GrGLSLExpr4(args.fInputColor) *
GrGLSLExpr1
("d")).c_str());
342
(GrGLSLExpr4(args.fInputColor) *
GrGLSLExpr1
("alpha")).c_str());
GrRRectEffect.cpp
285
(GrGLSLExpr4(args.fInputColor) *
GrGLSLExpr1
("alpha")).c_str());
601
(GrGLSLExpr4(args.fInputColor) *
GrGLSLExpr1
("alpha")).c_str());
[
all
...]
Completed in 37 milliseconds