HomeSort by relevance Sort by last modified time
    Searched refs:tex1 (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/gpu/command_buffer/tests/
gl_texture_mailbox_unittests.cc 81 GLuint tex1; local
82 glGenTextures(1, &tex1);
84 glBindTexture(GL_TEXTURE_2D, tex1);
111 glBindTexture(GL_TEXTURE_2D, tex1);
113 EXPECT_EQ(source_pixel, ReadTexel(tex1, 0, 0));
176 GLuint tex1; local
177 glGenTextures(1, &tex1);
179 glBindTexture(GL_TEXTURE_2D, tex1);
218 EXPECT_EQ(source_pixel, ReadTexel(tex1, 0, 0));
243 glDeleteTextures(1, &tex1);
281 GLuint tex1; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.hlsl 28 Texture2D tex1;
61 float4 b0 = tex1.Sample(samp0, input.texcoord);
62 float4 b1 = tex1.Sample(samp1, input.texcoord);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.hlsl 28 Texture2D tex1;
61 float4 b0 = tex1.Sample(samp0, input.texcoord);
62 float4 b1 = tex1.Sample(samp1, input.texcoord);
  /external/skia/tests/
GrSurfaceTest.cpp 33 GrSurface* tex1 = context->createUncachedTexture(desc, NULL, 0); local
41 REPORTER_ASSERT(reporter, !texRT2->isSameAs(tex1));
42 REPORTER_ASSERT(reporter, !texRT2->asRenderTarget()->isSameAs(tex1));
60 tex1->unref();
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestTextureArray.java 34 Texture tex1 = assetManager.loadTexture( "Textures/Terrain/Pond/Pond.jpg"); local
37 images.add(tex1.getImage());
  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 174 static const float tex1[] = { local
188 glVertexAttribPointer(A_TEX1, 2, GL_FLOAT, false, 8, tex1);

Completed in 2937 milliseconds