Searched defs:samplers (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/
H A DrsProgram.h47 Sampler **samplers; member in struct:android::renderscript::Program::Hal::State
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp4141 /* void glGenSamplers ( GLsizei count, GLuint *samplers ) */
4150 GLuint *samplers = (GLuint *) 0; local
4155 _exceptionMessage = "samplers == null";
4167 samplers = samplers_base + offset;
4171 (GLuint *)samplers
4184 /* void glGenSamplers ( GLsizei count, GLuint *samplers ) */
4191 GLuint *samplers = (GLuint *) 0; local
4193 samplers = (GLuint *)getPointer(_env, samplers_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
4194 if (samplers == NULL) {
4196 samplers
4216 GLuint *samplers = (GLuint *) 0; local
4257 GLuint *samplers = (GLuint *) 0; local
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1499 // C function void glGenSamplers ( GLsizei count, GLuint *samplers )
1503 int[] samplers,
1507 // C function void glGenSamplers ( GLsizei count, GLuint *samplers )
1511 java.nio.IntBuffer samplers
1514 // C function void glDeleteSamplers ( GLsizei count, const GLuint *samplers )
1518 int[] samplers,
1522 // C function void glDeleteSamplers ( GLsizei count, const GLuint *samplers )
1526 java.nio.IntBuffer samplers
1501 glGenSamplers( int count, int[] samplers, int offset ) argument
1516 glDeleteSamplers( int count, int[] samplers, int offset ) argument

Completed in 125 milliseconds