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.cpp4676 /* void glGenSamplers ( GLsizei count, GLuint *samplers ) */
4685 GLuint *samplers = (GLuint *) 0; local
4690 _exceptionMessage = "samplers == null";
4702 samplers = samplers_base + offset;
4706 (GLuint *)samplers
4719 /* void glGenSamplers ( GLsizei count, GLuint *samplers ) */
4729 GLuint *samplers = (GLuint *) 0; local
4734 _exceptionMessage = "samplers == null";
4737 samplers = (GLuint *)getPointer(_env, samplers_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
4738 if (samplers
4765 GLuint *samplers = (GLuint *) 0; local
4809 GLuint *samplers = (GLuint *) 0; local
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1507 // C function void glGenSamplers ( GLsizei count, GLuint *samplers )
1511 int[] samplers,
1515 // C function void glGenSamplers ( GLsizei count, GLuint *samplers )
1519 java.nio.IntBuffer samplers
1522 // C function void glDeleteSamplers ( GLsizei count, const GLuint *samplers )
1526 int[] samplers,
1530 // C function void glDeleteSamplers ( GLsizei count, const GLuint *samplers )
1534 java.nio.IntBuffer samplers
1509 glGenSamplers( int count, int[] samplers, int offset ) argument
1524 glDeleteSamplers( int count, int[] samplers, int offset ) argument

Completed in 59 milliseconds