HomeSort by relevance Sort by last modified time
    Searched refs:textures (Results 51 - 75 of 582) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 198 // Get all required textures
199 std::vector<GLuint> textures; local
211 textures.push_back(tex_id);
217 if (!RenderFrame(textures, targets)) {
225 std::vector<const GLTextureHandle*> textures(input.size());
226 std::copy(input.begin(), input.end(), textures.begin());
227 return Process(textures, output);
426 bool ShaderProgram::BindInputTextures(const std::vector<GLuint>& textures,
428 for (unsigned i = 0; i < textures.size(); ++i) {
435 glBindTexture(targets[i], textures[i])
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeTextureApiTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeTextureApiTests.cpp 792 GLuint textures[2]; local
814 GLuint textures[2]; local
1401 deUint32 textures[2]; local
1427 deUint32 textures[2]; local
1823 deUint32 textures[2]; local
1849 deUint32 textures[2]; local
2212 deUint32 textures[2]; local
2232 deUint32 textures[2]; local
2258 deUint32 textures[2]; local
2391 deUint32 textures[2]; local
2414 deUint32 textures[2]; local
    [all...]
  /external/chromium_org/gpu/tools/compositor_model_bench/
render_tree.cc 283 !VerifyDictionaryEntry(node, "textures", base::Value::TYPE_LIST)) {
292 base::ListValue* textures; local
293 node->GetList("textures", &textures);
294 for (unsigned int i = 0; i < textures->GetSize(); ++i) {
295 if (!VerifyListEntry(textures, i, base::Value::TYPE_DICTIONARY, "Tex list"))
298 textures->GetDictionary(i, &tex);
317 "The layer had " << textures->GetSize() << " children.";
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 301 int[] textures = new int[1]; local
302 GLES20.glGenTextures(1, textures, 0);
304 textureID = textures[0];
363 int[] textures = new int[1]; local
364 textures[0] = textureID;
366 GLES20.glDeleteTextures(1, textures, 0);
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrMatrixConvolutionEffect.cpp 247 GrTexture* textures[]) {
261 SkIRect bounds = SkIRect::MakeXYWH(random->nextRangeU(0, textures[texIdx]->width()),
262 random->nextRangeU(0, textures[texIdx]->height()),
263 random->nextRangeU(0, textures[texIdx]->width()),
264 random->nextRangeU(0, textures[texIdx]->height()));
267 return GrMatrixConvolutionEffect::Create(textures[texIdx],
  /external/skia/src/gpu/effects/
GrDistanceFieldTextureEffect.cpp 215 GrTexture* textures[]) {
238 return GrDistanceFieldTextureEffect::Create(textures[texIdx], params,
240 textures[texIdx2], params2,
474 GrTexture* textures[]) {
496 return GrDistanceFieldLCDTextureEffect::Create(textures[texIdx], params,
497 textures[texIdx2], params2,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_texture.h 88 rbug_texture_t *textures; member in struct:rbug_proto_texture_list_reply
159 rbug_texture_t *textures,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_context.h 78 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS]; member in struct:nv30_context::__anon18447
91 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS]; member in struct:nv30_context::__anon18448
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_texture.h 88 rbug_texture_t *textures; member in struct:rbug_proto_texture_list_reply
159 rbug_texture_t *textures,
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_context.h 78 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS]; member in struct:nv30_context::__anon10931
91 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS]; member in struct:nv30_context::__anon10932
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_drawable.c 62 /* record newly allocated textures */
80 /* add existing textures */
82 if (drawable->textures[i])
96 pipe_resource_reference(&out[i], drawable->textures[statts[i]]);
166 pipe_resource_reference(&drawable->textures[i], NULL);
215 pt = drawable->textures[ST_ATTACHMENT_FRONT_LEFT];
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_image.c 48 struct pipe_resource *textures[NUM_NATIVE_ATTACHMENTS]; local
56 if (!nsurf->validate(nsurf, 1 << natt, NULL, textures, NULL, NULL))
57 textures[natt] = NULL;
61 return textures[natt];
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_drawable.c 62 /* record newly allocated textures */
80 /* add existing textures */
82 if (drawable->textures[i])
96 pipe_resource_reference(&out[i], drawable->textures[statts[i]]);
166 pipe_resource_reference(&drawable->textures[i], NULL);
215 pt = drawable->textures[ST_ATTACHMENT_FRONT_LEFT];
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_image.c 48 struct pipe_resource *textures[NUM_NATIVE_ATTACHMENTS]; local
56 if (!nsurf->validate(nsurf, 1 << natt, NULL, textures, NULL, NULL))
57 textures[natt] = NULL;
61 return textures[natt];
  /frameworks/native/opengl/tools/glgen/specs/gles11/
checks.spec 33 glDeleteTextures check textures n
45 glGenTextures check textures n
  /frameworks/rs/
rsProgram.cpp 48 mHal.state.textures = new Allocation*[mHal.state.texturesCount];
96 delete[] mHal.state.textures;
129 mHal.state.textures = NULL;
195 mHal.state.textures[slot] = a;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
GLArrowSensorTestRenderer.java 126 int[] textures = new int[1]; local
127 gl.glGenTextures(1, textures, 0);
128 mTextureID = textures[0];
  /cts/tests/tests/media/src/android/media/cts/
TextureRender.java 165 int[] textures = new int[1]; local
166 GLES20.glGenTextures(1, textures, 0);
168 mTextureID = textures[0];
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
SurfaceTextureRenderer.java 202 int[] textures = new int[1]; local
203 GLES20.glGenTextures(1, textures, 0);
205 mTextureID = textures[0];
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
TextureTestRenderer.java 158 int[] textures = new int[1]; local
159 gl.glGenTextures(1, textures, 0);
161 mTextureID = textures[0];
  /development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 181 int[] textures = new int[1]; local
182 GLES20.glGenTextures(1, textures, 0);
184 mTextureID = textures[0];
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
GLES20TriangleRenderer.java 121 int[] textures = new int[1]; local
122 GLES20.glGenTextures(1, textures, 0);
124 mTextureID = textures[0];
StaticTriangleRenderer.java 99 int[] textures = new int[1]; local
100 glGenTextures(1, textures, 0);
102 mTextureID = textures[0];
TriangleRenderer.java 71 int[] textures = new int[1]; local
72 gl.glGenTextures(1, textures, 0);
74 mTextureID = textures[0];

Completed in 787 milliseconds

1 23 4 5 6 7 8 91011>>