Searched refs:sampler (Results 1 - 25 of 37) sorted by relevance

12

/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
H A Dsample.rs25 void setSampleData(rs_allocation dest, rs_allocation source, rs_sampler sampler) {
28 allocSampler = sampler;
H A DSampleRSActivity.java47 TextureViewUpdater(Allocation outAlloc, Sampler sampler) { argument
49 mSampler = sampler;
155 private synchronized void filterAlloc(Allocation alloc, Sampler sampler) { argument
157 mScript.invoke_setSampleData(alloc, mTwoByTwoAlloc, sampler);
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
H A Dfisheye_approx_f.rsh18 static rs_sampler sampler;
25 sampler = sam;
58 const float4 fout = rsSample(in_alloc, sampler, new_coord);
/frameworks/base/rs/java/android/renderscript/
H A DSampler.java57 * @return minification setting for the sampler
64 * @return magnification setting for the sampler
71 * @return S wrapping mode for the sampler
78 * @return T wrapping mode for the sampler
85 * @return anisotropy setting for the sampler
92 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
95 * @param rs Context to which the sampler will belong.
112 * Retrieve a sampler with min and mag set to linear and wrap modes set to
115 * @param rs Context to which the sampler will belong.
132 * Retrieve a sampler wit
[all...]
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_apitest.java48 Sampler sampler = Sampler.CLAMP_NEAREST(pRS);
53 s.set_samplerNonNull(sampler);
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_apitest.java48 Sampler sampler = Sampler.CLAMP_NEAREST(pRS);
53 s.set_samplerNonNull(sampler);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DSampler.java70 * @return minification setting for the sampler
77 * @return magnification setting for the sampler
84 * @return S wrapping mode for the sampler
91 * @return T wrapping mode for the sampler
98 * @return anisotropy setting for the sampler
105 * Retrieve a sampler with min and mag set to nearest and wrap modes set to
108 * @param rs Context to which the sampler will belong.
125 * Retrieve a sampler with min and mag set to linear and wrap modes set to
128 * @param rs Context to which the sampler will belong.
145 * Retrieve a sampler wit
[all...]
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dfisheye.rsh18 rs_sampler sampler;
55 const float4 fout = rsSample(in_alloc, sampler, new_coord);
H A Dfisheye_approx.rsh18 rs_sampler sampler;
55 const float4 fout = rsSample(in_alloc, sampler, new_coord);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dfisheye.rsh18 rs_sampler sampler;
55 const float4 fout = rsSample(in_alloc, sampler, new_coord);
H A Dfisheye_approx.rsh18 rs_sampler sampler;
55 const float4 fout = rsSample(in_alloc, sampler, new_coord);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dfisheye.rsh18 rs_sampler sampler;
55 const float4 fout = rsSample(in_alloc, sampler, new_coord);
H A Dfisheye_approx.rsh18 rs_sampler sampler;
55 const float4 fout = rsSample(in_alloc, sampler, new_coord);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES31Ext.spec31 void glSamplerParameterIivEXT ( GLuint sampler, GLenum pname, const GLint *param )
32 void glSamplerParameterIuivEXT ( GLuint sampler, GLenum pname, const GLuint *param )
33 void glGetSamplerParameterIivEXT ( GLuint sampler, GLenum pname, GLint *params )
34 void glGetSamplerParameterIuivEXT ( GLuint sampler, GLenum pname, GLuint *params )
H A DGLES30.spec88 GLboolean glIsSampler ( GLuint sampler )
89 void glBindSampler ( GLuint unit, GLuint sampler )
90 void glSamplerParameteri ( GLuint sampler, GLenum pname, GLint param )
91 void glSamplerParameteriv ( GLuint sampler, GLenum pname, const GLint *param )
92 void glSamplerParameterf ( GLuint sampler, GLenum pname, GLfloat param )
93 void glSamplerParameterfv ( GLuint sampler, GLenum pname, const GLfloat *param )
94 void glGetSamplerParameteriv ( GLuint sampler, GLenum pname, GLint *params )
95 void glGetSamplerParameterfv ( GLuint sampler, GLenum pname, GLfloat *params )
/frameworks/base/opengl/java/android/opengl/
H A DGLES31Ext.java592 // C function void glSamplerParameterIivEXT ( GLuint sampler, GLenum pname, const GLint *param )
595 int sampler,
601 // C function void glSamplerParameterIivEXT ( GLuint sampler, GLenum pname, const GLint *param )
604 int sampler,
609 // C function void glSamplerParameterIuivEXT ( GLuint sampler, GLenum pname, const GLuint *param )
612 int sampler,
618 // C function void glSamplerParameterIuivEXT ( GLuint sampler, GLenum pname, const GLuint *param )
621 int sampler,
626 // C function void glGetSamplerParameterIivEXT ( GLuint sampler, GLenum pname, GLint *params )
629 int sampler,
594 glSamplerParameterIivEXT( int sampler, int pname, int[] param, int offset ) argument
603 glSamplerParameterIivEXT( int sampler, int pname, java.nio.IntBuffer param ) argument
611 glSamplerParameterIuivEXT( int sampler, int pname, int[] param, int offset ) argument
620 glSamplerParameterIuivEXT( int sampler, int pname, java.nio.IntBuffer param ) argument
628 glGetSamplerParameterIivEXT( int sampler, int pname, int[] params, int offset ) argument
637 glGetSamplerParameterIivEXT( int sampler, int pname, java.nio.IntBuffer params ) argument
645 glGetSamplerParameterIuivEXT( int sampler, int pname, int[] params, int offset ) argument
654 glGetSamplerParameterIuivEXT( int sampler, int pname, java.nio.IntBuffer params ) argument
[all...]
H A DGLES30.java1514 // C function GLboolean glIsSampler ( GLuint sampler )
1517 int sampler
1520 // C function void glBindSampler ( GLuint unit, GLuint sampler )
1524 int sampler
1527 // C function void glSamplerParameteri ( GLuint sampler, GLenum pname, GLint param )
1530 int sampler,
1535 // C function void glSamplerParameteriv ( GLuint sampler, GLenum pname, const GLint *param )
1538 int sampler,
1544 // C function void glSamplerParameteriv ( GLuint sampler, GLenum pname, const GLint *param )
1547 int sampler,
1529 glSamplerParameteri( int sampler, int pname, int param ) argument
1537 glSamplerParameteriv( int sampler, int pname, int[] param, int offset ) argument
1546 glSamplerParameteriv( int sampler, int pname, java.nio.IntBuffer param ) argument
1554 glSamplerParameterf( int sampler, int pname, float param ) argument
1562 glSamplerParameterfv( int sampler, int pname, float[] param, int offset ) argument
1571 glSamplerParameterfv( int sampler, int pname, java.nio.FloatBuffer param ) argument
1579 glGetSamplerParameteriv( int sampler, int pname, int[] params, int offset ) argument
1588 glGetSamplerParameteriv( int sampler, int pname, java.nio.IntBuffer params ) argument
1596 glGetSamplerParameterfv( int sampler, int pname, float[] params, int offset ) argument
1605 glGetSamplerParameterfv( int sampler, int pname, java.nio.FloatBuffer params ) argument
[all...]
/frameworks/rs/api/
H A Drs_allocation_data.spec27 <li>For getting values through a sampler, use @rsSample.</li>
404 Fetches a value from a texture allocation in a way described by the sampler.
H A Drs_object_info.spec364 Get the sampler's wrap T value.
/frameworks/rs/
H A DrsSampler.cpp44 mRSC->mHal.funcs.sampler.init(mRSC, this);
48 mRSC->mHal.funcs.sampler.destroy(mRSC, this);
111 ALOGE("pointer for sampler: %p", s);
112 ALOGE("pointer for sampler.drv: %p", &s->mHal.drv);
H A Drsg.spec107 param RsScript sampler
H A DrsDriverLoader.cpp113 ret &= fn(RS_HAL_SAMPLER_INIT, (void **)&rsc->mHal.funcs.sampler.init);
114 ret &= fn(RS_HAL_SAMPLER_DESTROY, (void **)&rsc->mHal.funcs.sampler.destroy);
115 ret &= fn(RS_HAL_SAMPLER_UPDATE_CACHED_OBJECT, (void **)&rsc->mHal.funcs.sampler.updateCachedObject);
/frameworks/rs/tests/cppbasic/
H A Dmono.rs48 rs_sampler sampler;
/frameworks/rs/tests/cppbasic-shared/
H A Dmono.rs48 rs_sampler sampler;
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp1148 /* void glSamplerParameterIivEXT ( GLuint sampler, GLenum pname, const GLint *param ) */
1151 (JNIEnv *_env, jobject _this, jint sampler, jint pname, jintArray param_ref, jint offset) {
1177 (GLuint)sampler,
1192 /* void glSamplerParameterIivEXT ( GLuint sampler, GLenum pname, const GLint *param ) */
1195 (JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject param_buf) {
1207 (GLuint)sampler,
1216 /* void glSamplerParameterIuivEXT ( GLuint sampler, GLenum pname, const GLuint *param ) */
1219 (JNIEnv *_env, jobject _this, jint sampler, jint pname, jintArray param_ref, jint offset) {
1245 (GLuint)sampler,
1260 /* void glSamplerParameterIuivEXT ( GLuint sampler, GLenu
1150 android_glSamplerParameterIivEXT__II_3II(JNIEnv *_env, jobject _this, jint sampler, jint pname, jintArray param_ref, jint offset) argument
1194 android_glSamplerParameterIivEXT__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject param_buf) argument
1218 android_glSamplerParameterIuivEXT__II_3II(JNIEnv *_env, jobject _this, jint sampler, jint pname, jintArray param_ref, jint offset) argument
1262 android_glSamplerParameterIuivEXT__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject param_buf) argument
1286 android_glGetSamplerParameterIivEXT__II_3II(JNIEnv *_env, jobject _this, jint sampler, jint pname, jintArray params_ref, jint offset) argument
1330 android_glGetSamplerParameterIivEXT__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject params_buf) argument
1354 android_glGetSamplerParameterIuivEXT__II_3II(JNIEnv *_env, jobject _this, jint sampler, jint pname, jintArray params_ref, jint offset) argument
1398 android_glGetSamplerParameterIuivEXT__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject params_buf) argument
[all...]

Completed in 495 milliseconds

12