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

1 2 3 4

  /external/deqp/framework/egl/
egluStaticES20Library.inl 120 { "glUniform1iv", (deFunctionPtr)glUniform1iv },
egluStaticES30Library.inl 201 { "glUniform1iv", (deFunctionPtr)glUniform1iv },
  /external/mesa3d/src/mapi/es2api/
ABI-check 209 glUniform1iv
  /external/deqp/modules/gles2/functional/
es2fNegativeShaderApiTests.cpp 528 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.");
774 glUniform1iv(-1, 1, &data[0]);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 120 gl->uniform1iv = &glUniform1iv;
glwInitES30Direct.inl 201 gl->uniform1iv = &glUniform1iv;
glwInitES31Direct.inl 263 gl->uniform1iv = &glUniform1iv;
glwInitES32Direct.inl 307 gl->uniform1iv = &glUniform1iv;
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 125 {"glUniform1iv", (void*)glUniform1iv},
gl2_client_context.h 127 glUniform1iv_client_proc_t glUniform1iv;
gl2_client_context.cpp 127 glUniform1iv = (glUniform1iv_client_proc_t) getProc("glUniform1iv", userData);
    [all...]
  /external/skia/src/gpu/gl/android/
GrGLMakeNativeInterface_android.cpp 157 } else if (0 == strcmp("glUniform1iv", name)) {
158 return (GrGLFuncPtr) glUniform1iv;
  /external/skqp/src/gpu/gl/android/
GrGLMakeNativeInterface_android.cpp 157 } else if (0 == strcmp("glUniform1iv", name)) {
158 return (GrGLFuncPtr) glUniform1iv;
  /external/deqp/modules/gles3/functional/
es3fNegativeShaderApiTests.cpp     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES20.java     [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES20.spec 116 void glUniform1iv ( GLint location, GLsizei count, const GLint *v )
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp     [all...]
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2.h 491 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint *value);
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 166 void glUniform1iv (int location, int count, const int* v);
  /external/deqp/modules/glshared/
glsRandomShaderCase.cpp 395 case 1: glUniform1iv(location, 1, (int*)value.value().getValuePtr()); break;
  /external/swiftshader/src/OpenGL/libGLESv2/
libGLESv2.hpp 189 void (*glUniform1iv)(GLint location, GLsizei count, const GLint* v);
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
gl2.h 588 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint* v);
  /frameworks/base/libs/hwui/debug/
gles_redefine.h     [all...]
gles_undefine.h 836 #undef glUniform1iv
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 723 glUniform1iv(var, n, values);
    [all...]

Completed in 821 milliseconds

1 2 3 4