Searched refs:glUniform1i (Results 1 - 25 of 69) sorted by relevance

123

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DGlRectDrawer.java200 GLES20.glUniform1i(shader.glShader.getUniformLocation("y_tex"), 0);
201 GLES20.glUniform1i(shader.glShader.getUniformLocation("u_tex"), 1);
202 GLES20.glUniform1i(shader.glShader.getUniformLocation("v_tex"), 2);
204 GLES20.glUniform1i(shader.glShader.getUniformLocation("rgb_tex"), 0);
206 GLES20.glUniform1i(shader.glShader.getUniformLocation("oes_tex"), 0);
H A DSurfaceTextureHelper.java178 GLES20.glUniform1i(shader.getUniformLocation("oesTex"), 0);
/external/autotest/client/deps/glbench/src/
H A Dwindowmanagercompositingtest.cc136 glUniform1i(textureSampler, 0);
184 glUniform1i(textureSampler0, 0);
186 glUniform1i(textureSampler1, 1);
248 glUniform1i(textureSampler0, 0);
250 glUniform1i(textureSampler1, 1);
252 glUniform1i(textureSampler2, 2);
H A Dyuvtest.cc96 glUniform1i(textureSampler, 0);
97 glUniform1i(evenLinesSampler, 1);
99 glUniform1i(ySampler, 2);
100 glUniform1i(uSampler, 3);
101 glUniform1i(vSampler, 4);
102 glUniform1i(uvSampler, 5);
H A Dmain.h43 F(glUniform1i, PFNGLUNIFORM1IPROC) \
83 F(glUniform1i, PFNGLUNIFORM1IPROC) \
H A Dtexturetest.cc58 glUniform1i(texture_sampler, 0);
H A Dfillratetest.cc122 glUniform1i(texture_uniform, 0);
223 glUniform1i(texture_uniform, 0);
H A Dwindowmanagertest.cc122 glUniform1i(texture_sampler, 0);
/external/webrtc/webrtc/modules/video_render/ios/
H A Dopen_gles20.mm109 glUniform1i(i, 0); /* Bind Ytex to texture unit 0 */
112 glUniform1i(i, 1); /* Bind Utex to texture unit 1 */
115 glUniform1i(i, 2); /* Bind Vtex to texture unit 2 */
/external/webrtc/webrtc/modules/video_render/android/
H A Dvideo_render_opengles20.cc155 glUniform1i(i, 0); /* Bind Ytex to texture unit 0 */
156 checkGlError("glUniform1i Ytex");
160 glUniform1i(i, 1); /* Bind Utex to texture unit 1 */
161 checkGlError("glUniform1i Utex");
165 glUniform1i(i, 2); /* Bind Vtex to texture unit 2 */
166 checkGlError("glUniform1i");
/external/deqp/framework/egl/
H A DegluStaticES20Library.inl119 { "glUniform1i", (deFunctionPtr)glUniform1i },
H A DegluStaticES30Library.inl200 { "glUniform1i", (deFunctionPtr)glUniform1i },
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl119 gl->uniform1i = &glUniform1i;
H A DglwInitES30Direct.inl200 gl->uniform1i = &glUniform1i;
H A DglwInitES31Direct.inl262 gl->uniform1i = &glUniform1i;
/external/deqp/modules/gles2/functional/
H A Des2fNegativeShaderApiTests.cpp528 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
618 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
692 glUniform1i(-1, 0);
718 glUniform1i(fUnif, 0);
743 glUniform1i(-2, 0);
753 glUniform1i(-1, 0);
923 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
/external/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp152 } else if (0 == strcmp("glUniform1i", name)) {
153 return (GrGLFuncPtr) glUniform1i;
/external/deqp/modules/gles3/functional/
H A Des3fNegativeShaderApiTests.cpp806 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
903 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
981 glUniform1i(-1, 0);
1010 glUniform1i(ivec4_f, 0);
1022 glUniform1i(uvec4_f, 0);
1034 glUniform1i(vec4_v, 0);
1055 glUniform1i(-2, 0);
1065 glUniform1i(-1, 0);
1286 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
1303 glUniform1i(
[all...]
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
H A DAndroidGL20.java283 public native void glUniform1i (int location, int x); method in class:AndroidGL20
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosrobovm/
H A DIOSGLES20.java282 public native void glUniform1i ( int location, int x ); method in class:IOSGLES20
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
H A DIOSGLES20.java282 public native void glUniform1i ( int location, int x ); method in class:IOSGLES20
/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp1035 ctx.beginSection("GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than ctx.glUniform1i and ctx.glUniform1iv.");
1134 ctx.beginSection("GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than ctx.glUniform1i and ctx.glUniform1iv.");
1214 ctx.glUniform1i(-1, 0);
1244 ctx.glUniform1i(ivec4_f, 0);
1256 ctx.glUniform1i(uvec4_f, 0);
1268 ctx.glUniform1i(vec4_v, 0);
1290 ctx.glUniform1i(-2, 0);
1300 ctx.glUniform1i(-1, 0);
1525 ctx.beginSection("GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than ctx.glUniform1i and ctx.glUniform1iv.");
1543 ctx.glUniform1i(
[all...]
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
H A DJglfwGL20.java580 public void glUniform1i (int location, int x) { method in class:JglfwGL20
581 GL.glUniform1i(location, x);
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
H A DLwjglGL20.java659 public void glUniform1i (int location, int x) { method in class:LwjglGL20
660 GL20.glUniform1i(location, x);
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
H A DLwjgl3GL20.java653 public void glUniform1i (int location, int x) { method in class:Lwjgl3GL20
654 GL20.glUniform1i(location, x);

Completed in 463 milliseconds

123