OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TexParams
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLTexture.h
51
struct
TexParams
{
57
void invalidate() { memset(this, 0xff, sizeof(
TexParams
)); }
81
const
TexParams
& getCachedTexParams(GrGpu::ResetTimestamp* timestamp) const {
86
void setCachedTexParams(const
TexParams
&
texParams
,
88
fTexParams =
texParams
;
100
TexParams
fTexParams;
GrGpuGL.cpp
[
all
...]
/external/skia/src/gpu/gl/
GrGLTexture.h
51
struct
TexParams
{
57
void invalidate() { memset(this, 0xff, sizeof(
TexParams
)); }
81
const
TexParams
& getCachedTexParams(GrGpu::ResetTimestamp* timestamp) const {
86
void setCachedTexParams(const
TexParams
&
texParams
,
88
fTexParams =
texParams
;
100
TexParams
fTexParams;
GrGpuGL.cpp
[
all
...]
Completed in 66 milliseconds