Searched refs:glUniform3ui (Results 1 - 25 of 27) sorted by relevance

12

/external/deqp/framework/egl/
H A DegluStaticES30Library.inl214 { "glUniform3ui", (deFunctionPtr)glUniform3ui },
/external/deqp/framework/opengl/wrapper/
H A DglwInitES30Direct.inl214 gl->uniform3ui = &glUniform3ui;
H A DglwInitES31Direct.inl276 gl->uniform3ui = &glUniform3ui;
H A DglwInitES32Direct.inl320 gl->uniform3ui = &glUniform3ui;
H A DglwApi.inl536 #define glUniform3ui glwUniform3ui
/external/deqp/modules/gles3/functional/
H A Des3fNegativeShaderApiTests.cpp1227 glUniform3ui(-1, 0, 0, 0);
1256 glUniform3ui(uvec4_f, 0, 0, 0);
1268 glUniform3ui(ivec4_f, 0, 0, 0);
1280 glUniform3ui(vec4_v, 0, 0, 0);
H A Des3fShaderStateQueryTests.cpp3165 glUniform3ui(location, 1, 2, 3);
H A Des3fUniformApiTests.cpp2011 case 3: GLU_CHECK_CALL(glUniform3ui(location, ptr[0], ptr[1], ptr[2])); break;
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.hpp244 void glUniform3ui (int location, deUint32 v0, deUint32 v1, deUint32 v2);
/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp1465 ctx.glUniform3ui(-1, 0, 0, 0);
1495 ctx.glUniform3ui(uvec4_f, 0, 0, 0);
1507 ctx.glUniform3ui(ivec4_f, 0, 0, 0);
1519 ctx.glUniform3ui(vec4_v, 0, 0, 0);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl536 gl->uniform3ui = glUniform3ui;
H A DtcuNullRenderContextFuncs.inl4408 GLW_APICALL void GLW_APIENTRY glUniform3ui (GLint location, GLuint v0, GLuint v1, GLuint v2)
/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp838 case glu::TYPE_UINT_VEC3: glUniform3ui(location, val[0], val[1], val[2]); break;
/external/mesa3d/include/GL/
H A Dgl_mangle.h1854 #define glUniform3ui MANGLE(Uniform3ui) macro
H A Dglext.h6828 GLAPI void APIENTRY glUniform3ui (GLint location, GLuint v0, GLuint v1, GLuint v2);
/external/deqp/framework/opengl/
H A DgluCallLogWrapperApi.inl536 void glUniform3ui (glw::GLint location, glw::GLuint v0, glw::GLuint v1, glw::GLuint v2);
H A DgluCallLogWrapper.inl3943 void CallLogWrapper::glUniform3ui (glw::GLint location, glw::GLuint v0, glw::GLuint v1, glw::GLuint v2)
3946 m_log << TestLog::Message << "glUniform3ui(" << location << ", " << v0 << ", " << v1 << ", " << v2 << ");" << TestLog::EndMessage;
/external/libgdx/backends/gdx-backend-lwjgl/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/input/ org/lwjgl/openal/ org/ ...
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
H A Dglew.h2217 #define glUniform3ui GLEW_GET_FUN(__glewUniform3ui) macro
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ...
/external/libgdx/backends/gdx-backend-android/libs/
H A Dandroid-4.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-ios.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 276 milliseconds

12