HomeSort by relevance Sort by last modified time
    Searched refs:glUniform1iv (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 125 {"glUniform1iv", (void*)glUniform1iv},
gl2_client_context.h 125 glUniform1iv_client_proc_t glUniform1iv;
    [all...]
gl2_entry.cpp 123 void glUniform1iv(GLint location, GLsizei count, const GLint* v);
918 void glUniform1iv(GLint location, GLsizei count, const GLint* v)
921 ctx->glUniform1iv(ctx, location, count, v);
    [all...]
  /external/deqp/framework/egl/
egluStaticES20Library.inl 118 { "glUniform1iv", (deFunctionPtr)glUniform1iv },
  /external/deqp/modules/gles2/functional/
es2fNegativeShaderApiTests.cpp 526 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
616 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
772 glUniform1iv(-1, 1, &data[0]);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 118 gl->uniform1iv = &glUniform1iv;
glwInitES30Direct.inl 118 gl->uniform1iv = &glUniform1iv;
  /external/chromium_org/gpu/skia_bindings/
gl_bindings_skia_cmd_buffer.cc 99 functions->fUniform1iv = glUniform1iv;
  /external/chromium_org/third_party/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 97 functions->fUniform1iv = glUniform1iv;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 97 functions->fUniform1iv = glUniform1iv;
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 133 #define glUniform1iv GLES2_GET_FUN(Uniform1iv)
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 126 functions->fUniform1iv = glUniform1iv;
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 126 functions->fUniform1iv = glUniform1iv;
  /external/deqp/modules/gles3/functional/
es3fNegativeShaderApiTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp 833 ctx.beginSection("GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than ctx.glUniform1i and ctx.glUniform1iv.");
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES20.java     [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 371 glUniform1iv = 345;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 116 void glUniform1iv ( GLint location, GLsizei count, const GLint *v )
  /external/deqp/modules/glshared/
glsRandomShaderCase.cpp 333 case 1: glUniform1iv(location, 1, (int*)value.value().getValuePtr()); break;
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 604 #define glUniform1iv GLES2_GET_FUN(Uniform1iv)
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 254 void (GL_APIENTRY *GLDispatch::glUniform1iv)(GLint,GLsizei,const GLint*) = NULL;
492 LOAD_GL_FUNC(glUniform1iv);
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 157 gl->uniform1iv = glUniform1iv;
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 588 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint* v);
  /external/chromium_org/third_party/angle/include/GLES2/
gl2.h 587 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint* v);
  /external/chromium_org/third_party/khronos/GLES2/
gl2.h 492 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint *value);

Completed in 1015 milliseconds

1 2 3 4 5 6