OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unitIdx
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPathRendering.h
81
void enablePathTexGen(int
unitIdx
, PathTexGenComponents, const GrGLfloat* coefficients);
82
void enablePathTexGen(int
unitIdx
, PathTexGenComponents, const SkMatrix& matrix);
GrGLPathRendering.cpp
299
void GrGLPathRendering::enablePathTexGen(int
unitIdx
, PathTexGenComponents components,
303
SkASSERT(fGpu->glCaps().maxFixedFunctionTextureCoords() >=
unitIdx
);
305
if (GR_GL_OBJECT_LINEAR == fHWPathTexGenSettings[
unitIdx
].fMode &&
306
components == fHWPathTexGenSettings[
unitIdx
].fNumComponents &&
307
!memcmp(coefficients, fHWPathTexGenSettings[
unitIdx
].fCoefficients,
312
fGpu->setTextureUnit(
unitIdx
);
314
fHWPathTexGenSettings[
unitIdx
].fNumComponents = components;
315
GL_CALL(PathTexGen(GR_GL_TEXTURE0 +
unitIdx
, GR_GL_OBJECT_LINEAR, components, coefficients));
317
memcpy(fHWPathTexGenSettings[
unitIdx
].fCoefficients, coefficients,
321
void GrGLPathRendering::enablePathTexGen(int
unitIdx
, PathTexGenComponents components
[
all
...]
GrGpuGL.h
53
void bindTexture(int
unitIdx
, const GrTextureParams& params, GrGLTexture* texture);
158
void setTextureUnit(int
unitIdx
);
GrGpuGL.cpp
[
all
...]
/external/skia/src/gpu/gl/
GrGpuGL.h
49
void bindTexture(int
unitIdx
, const GrTextureParams& params, GrGLTexture* texture);
58
void enablePathTexGen(int
unitIdx
, PathTexGenComponents, const GrGLfloat* coefficients);
59
void enablePathTexGen(int
unitIdx
, PathTexGenComponents, const SkMatrix& matrix);
182
void setTextureUnit(int
unitIdx
);
GrGpuGL.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/common/
unistr.cpp
183
int32_t
unitIdx
= 0;
184
while(
unitIdx
< unitCount) {
185
array[i++]=units[
unitIdx
++];
[
all
...]
/external/icu/icu4c/source/common/
unistr.cpp
183
int32_t
unitIdx
= 0;
184
while(
unitIdx
< unitCount) {
185
array[i++]=units[
unitIdx
++];
[
all
...]
Completed in 1729 milliseconds