Searched refs:sampler (Results 1 - 25 of 37) sorted by last modified time

12

/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/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_graphics.spec354 arg: rs_sampler sampler
356 summary: Bind a sampler
358 Bind a new Sampler object to a ProgramFragment. The sampler will
H A Drs_object_info.spec364 Get the sampler's wrap T value.
H A Drs_object_types.spec73 An opaque handle to a RenderScript sampler object.
/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/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/rs/java/tests/SampleTest/src/com/android/rs/sample/
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);
H A Dsample.rs25 void setSampleData(rs_allocation dest, rs_allocation source, rs_sampler sampler) {
28 allocSampler = 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/rs/
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);
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 Drs_hal.h324 } sampler; member in struct:android::renderscript::__anon1606
H A Drsg.spec107 param RsScript sampler
/frameworks/rs/scriptc/
H A Drs_graphics.rsh619 * rsgBindSampler: Bind a sampler
623 * Bind a new Sampler object to a ProgramFragment. The sampler will
633 rsgBindSampler(rs_program_fragment fragment, uint slot, rs_sampler sampler);
/frameworks/rs/tests/cppbasic/
H A Dmono.rs48 rs_sampler sampler;
/frameworks/rs/tests/cppbasic-shared/
H A Dmono.rs48 rs_sampler sampler;
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h1245 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERIIVEXTPROC) (GLuint sampler, GLenum pname, const GLint *param);
1246 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERIUIVEXTPROC) (GLuint sampler, GLenum pname, const GLuint *param);
1247 typedef void (GL_APIENTRYP PFNGLGETSAMPLERPARAMETERIIVEXTPROC) (GLuint sampler, GLenum pname, GLint *params);
1248 typedef void (GL_APIENTRYP PFNGLGETSAMPLERPARAMETERIUIVEXTPROC) (GLuint sampler, GLenum pname, GLuint *params);
1254 GL_APICALL void GL_APIENTRY glSamplerParameterIivEXT (GLuint sampler, GLenum pname, const GLint *param);
1255 GL_APICALL void GL_APIENTRY glSamplerParameterIuivEXT (GLuint sampler, GLenum pname, const GLuint *param);
1256 GL_APICALL void GL_APIENTRY glGetSamplerParameterIivEXT (GLuint sampler, GLenum pname, GLint *params);
1257 GL_APICALL void GL_APIENTRY glGetSamplerParameterIuivEXT (GLuint sampler, GLenum pname, GLuint *params);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h910 GL_APICALL GLboolean GL_APIENTRY glIsSampler (GLuint sampler);
911 GL_APICALL void GL_APIENTRY glBindSampler (GLuint unit, GLuint sampler);
912 GL_APICALL void GL_APIENTRY glSamplerParameteri (GLuint sampler, GLenum pname, GLint param);
913 GL_APICALL void GL_APIENTRY glSamplerParameteriv (GLuint sampler, GLenum pname, const GLint *param);
914 GL_APICALL void GL_APIENTRY glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param);
915 GL_APICALL void GL_APIENTRY glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *param);
916 GL_APICALL void GL_APIENTRY glGetSamplerParameteriv (GLuint sampler, GLenum pname, GLint *params);
917 GL_APICALL void GL_APIENTRY glGetSamplerParameterfv (GLuint sampler, GLenum pname, GLfloat *params);

Completed in 1380 milliseconds

12