HomeSort by relevance Sort by last modified time
    Searched defs:mTextureCount (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/driver/
rsdShader.h 112 uint32_t mTextureCount;
  /frameworks/base/rs/java/android/renderscript/
Program.java 74 int mTextureCount;
110 return mTextureCount;
119 if ((slot < 0) || (slot >= mTextureCount)) {
132 if ((slot < 0) || (slot >= mTextureCount)) {
168 if ((slot < 0) || (slot >= mTextureCount)) {
192 if ((slot < 0) || (slot >= mTextureCount)) {
212 int mTextureCount;
224 mTextureCount = 0;
299 return mTextureCount - 1;
330 addTexture(texType, "Tex" + mTextureCount);
    [all...]

Completed in 256 milliseconds