OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:samplerIndex
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_glsl_to_tgsi.h
62
int
samplerIndex
);
st_cb_bitmap.c
119
make_bitmap_fragment_program(struct gl_context *ctx, GLuint
samplerIndex
)
145
p->Instructions[ic].TexSrcUnit =
samplerIndex
;
167
p->SamplersUsed = (1 <<
samplerIndex
);
179
GLuint
samplerIndex
)
188
get_bitmap_visitor(fp, orig->glsl_to_tgsi,
samplerIndex
);
st_glsl_to_tgsi.cpp
[
all
...]
/external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.h
62
int
samplerIndex
);
st_cb_bitmap.c
119
make_bitmap_fragment_program(struct gl_context *ctx, GLuint
samplerIndex
)
145
p->Instructions[ic].TexSrcUnit =
samplerIndex
;
167
p->SamplersUsed = (1 <<
samplerIndex
);
179
GLuint
samplerIndex
)
188
get_bitmap_visitor(fp, orig->glsl_to_tgsi,
samplerIndex
);
st_glsl_to_tgsi.cpp
[
all
...]
/external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.cpp
175
GLint ProgramBinary::getSamplerMapping(SamplerType type, unsigned int
samplerIndex
)
182
ASSERT(
samplerIndex
< sizeof(mSamplersPS)/sizeof(mSamplersPS[0]));
184
if (mSamplersPS[
samplerIndex
].active)
186
logicalTextureUnit = mSamplersPS[
samplerIndex
].logicalTextureUnit;
190
ASSERT(
samplerIndex
< sizeof(mSamplersVS)/sizeof(mSamplersVS[0]));
192
if (mSamplersVS[
samplerIndex
].active)
194
logicalTextureUnit = mSamplersVS[
samplerIndex
].logicalTextureUnit;
210
TextureType ProgramBinary::getSamplerTextureType(SamplerType type, unsigned int
samplerIndex
)
215
ASSERT(
samplerIndex
< sizeof(mSamplersPS)/sizeof(mSamplersPS[0]));
216
ASSERT(mSamplersPS[
samplerIndex
].active)
[
all
...]
ProgramBinary.h
70
GLint getSamplerMapping(SamplerType type, unsigned int
samplerIndex
);
71
TextureType getSamplerTextureType(SamplerType type, unsigned int
samplerIndex
);
Context.cpp
[
all
...]
Completed in 167 milliseconds