OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTextureCount
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/rs/java/android/renderscript/
Program.java
74
int
mTextureCount
;
109
return
mTextureCount
;
118
if ((slot < 0) || (slot >=
mTextureCount
)) {
131
if ((slot < 0) || (slot >=
mTextureCount
)) {
167
if ((slot < 0) || (slot >=
mTextureCount
)) {
191
if ((slot < 0) || (slot >=
mTextureCount
)) {
211
int
mTextureCount
;
223
mTextureCount
= 0;
298
return
mTextureCount
- 1;
329
addTexture(texType, "Tex" +
mTextureCount
);
[
all
...]
ProgramFragment.java
65
long[] tmp = new long[(mInputCount + mOutputCount + mConstantCount +
mTextureCount
) * 2];
66
String[] texNames = new String[
mTextureCount
];
81
for (int i=0; i <
mTextureCount
; i++) {
ProgramVertex.java
125
long[] tmp = new long[(mInputCount + mOutputCount + mConstantCount +
mTextureCount
) * 2];
126
String[] texNames = new String[
mTextureCount
];
141
for (int i=0; i <
mTextureCount
; i++) {
ProgramFragmentFixedFunction.java
52
long[] tmp = new long[(mInputCount + mOutputCount + mConstantCount +
mTextureCount
) * 2];
53
String[] texNames = new String[
mTextureCount
];
68
for (int i=0; i <
mTextureCount
; i++) {
316
pf.
mTextureCount
= MAX_TEXTURE;
ProgramVertexFixedFunction.java
78
long[] tmp = new long[(mInputCount + mOutputCount + mConstantCount +
mTextureCount
) * 2];
79
String[] texNames = new String[
mTextureCount
];
94
for (int i=0; i <
mTextureCount
; i++) {
/frameworks/rs/driver/
rsdShader.h
111
uint32_t
mTextureCount
;
rsdShader.cpp
109
state = new StateBasedKey(
mTextureCount
);
595
mTextureCount
= mRSProgram->mHal.state.texturesCount;
Completed in 49 milliseconds