OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texParams
(Results
1 - 6
of
6
) 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;
/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;
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
FragmentShader.java
153
ScriptField_ShaderParam_s
texParams
= getTextureParams();
154
if (
texParams
!= null) {
155
item.shaderTextureParams =
texParams
.getAllocation();
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.h
33
static bool
texParams
(GLenum target,GLenum pname);
GLEScmValidate.cpp
107
bool GLEScmValidate::
texParams
(GLenum target,GLenum pname) {
GLEScmImp.cpp
[
all
...]
Completed in 1176 milliseconds