OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrecisionInfo
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/gpu/
GrCaps.h
25
struct
PrecisionInfo
{
26
PrecisionInfo
() {
35
bool operator==(const
PrecisionInfo
& that) const {
39
bool operator!=(const
PrecisionInfo
& that) const { return !(*this == that); }
73
const
PrecisionInfo
& getFloatShaderPrecisionInfo(GrShaderType shaderType,
116
PrecisionInfo
fFloatPrecisions[kGrShaderTypeCount][kGrSLPrecisionCount];
/external/skia/src/gpu/
GrCoordTransform.cpp
33
const GrShaderCaps::
PrecisionInfo
* info;
/external/skia/src/gpu/effects/
GrBezierEffect.cpp
119
const GrShaderCaps::
PrecisionInfo
& highP = args.fGLSLCaps->getFloatShaderPrecisionInfo(
[
all
...]
/external/skia/src/gpu/gl/
GrGLCaps.cpp
[
all
...]
Completed in 644 milliseconds