Home
last modified time | relevance | path

Searched refs:samplers (Results 1 – 17 of 17) sorted by relevance

/frameworks/rs/
DrsProgram.cpp49 mHal.state.samplers = new Sampler*[mHal.state.texturesCount]; in Program()
97 delete[] mHal.state.samplers; in ~Program()
130 mHal.state.samplers = nullptr; in initMemberVars()
208 mHal.state.samplers[slot] = s; in bindSampler()
DrsProgram.h47 Sampler **samplers; member
/frameworks/base/opengl/java/android/opengl/
DGLES30.java1503 int[] samplers, in glGenSamplers() argument
1511 java.nio.IntBuffer samplers in glGenSamplers() argument
1518 int[] samplers, in glDeleteSamplers() argument
1526 java.nio.IntBuffer samplers in glDeleteSamplers() argument
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp4150 GLuint *samplers = (GLuint *) 0; in android_glGenSamplers__I_3II() local
4167 samplers = samplers_base + offset; in android_glGenSamplers__I_3II()
4171 (GLuint *)samplers in android_glGenSamplers__I_3II()
4191 GLuint *samplers = (GLuint *) 0; in android_glGenSamplers__ILjava_nio_IntBuffer_2() local
4193samplers = (GLuint *)getPointer(_env, samplers_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glGenSamplers__ILjava_nio_IntBuffer_2()
4194 if (samplers == NULL) { in android_glGenSamplers__ILjava_nio_IntBuffer_2()
4196 samplers = (GLuint *) (_samplersBase + _bufferOffset); in android_glGenSamplers__ILjava_nio_IntBuffer_2()
4200 (GLuint *)samplers in android_glGenSamplers__ILjava_nio_IntBuffer_2()
4203 _env->ReleaseIntArrayElements(_array, (jint*)samplers, 0); in android_glGenSamplers__ILjava_nio_IntBuffer_2()
4216 GLuint *samplers = (GLuint *) 0; in android_glDeleteSamplers__I_3II() local
[all …]
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec86 void glGenSamplers ( GLsizei count, GLuint *samplers )
87 void glDeleteSamplers ( GLsizei count, const GLuint *samplers )
/frameworks/rs/api/
Drs_object_types.spec20 The types below are used to manipulate RenderScript objects like allocations, samplers,
/frameworks/rs/driver/
DrsdShader.cpp500 if (mRSProgram->mHal.state.samplers[ct]) { in setupTextures()
501 setupSampler(rsc, mRSProgram->mHal.state.samplers[ct], in setupTextures()
/frameworks/rs/scriptc/
Drs_object_types.rsh22 * The types below are used to manipulate RenderScript objects like allocations, samplers,
/frameworks/native/opengl/include/GLES3/
Dgl3.h1076 typedef void (GL_APIENTRYP PFNGLGENSAMPLERSPROC) (GLsizei count, GLuint *samplers);
1077 typedef void (GL_APIENTRYP PFNGLDELETESAMPLERSPROC) (GLsizei count, const GLuint *samplers);
1181 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
1182 GL_APICALL void GL_APIENTRY glDeleteSamplers (GLsizei count, const GLuint *samplers);
Dgl31.h1076 typedef void (GL_APIENTRYP PFNGLGENSAMPLERSPROC) (GLsizei count, GLuint *samplers);
1077 typedef void (GL_APIENTRYP PFNGLDELETESAMPLERSPROC) (GLsizei count, const GLuint *samplers);
1181 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
1182 GL_APICALL void GL_APIENTRY glDeleteSamplers (GLsizei count, const GLuint *samplers);
Dgl32.h1076 typedef void (GL_APIENTRYP PFNGLGENSAMPLERSPROC) (GLsizei count, GLuint *samplers);
1077 typedef void (GL_APIENTRYP PFNGLDELETESAMPLERSPROC) (GLsizei count, const GLuint *samplers);
1181 GL_APICALL void GL_APIENTRY glGenSamplers (GLsizei count, GLuint *samplers);
1182 GL_APICALL void GL_APIENTRY glDeleteSamplers (GLsizei count, const GLuint *samplers);
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in664 void API_ENTRY(glGenSamplers)(GLsizei count, GLuint *samplers) {
665 CALL_GL_API(glGenSamplers, count, samplers);
667 void API_ENTRY(glDeleteSamplers)(GLsizei count, const GLuint *samplers) {
668 CALL_GL_API(glDeleteSamplers, count, samplers);
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_object_types.jd7 <p> The types below are used to manipulate RenderScript objects like allocations, samplers,
Doverview.jd527 <p> The types below are used to manipulate RenderScript objects like allocations, samplers,
/frameworks/native/opengl/libs/
Dentries.in151 GL_ENTRY(void, glDeleteSamplers, GLsizei count, const GLuint *samplers)
291 GL_ENTRY(void, glGenSamplers, GLsizei count, GLuint *samplers)
/frameworks/native/vulkan/api/
Dvulkan.api1821 …const VkSampler* pImmutableSamplers /// Immutable samplers (used if des…
2294 … maxPerStageDescriptorSamplers /// max num of samplers allowed per-stage…
2301 … maxDescriptorSetSamplers /// max num of samplers allowed in all st…
/frameworks/base/docs/html/about/versions/
Dandroid-4.1.jd626 <li>Support for reading from allocation with filtered samplers from compute in a new script API