Home
last modified time | relevance | path

Searched defs:GLuint (Results 1 – 25 of 27) sorted by relevance

12

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h2488 static inline void SET_NewList(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLenum)) { in SET_NewList()
2510 static inline void SET_CallList(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint)) { in SET_CallList()
2532 static inline void SET_DeleteLists(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLsizei… in SET_DeleteLists()
2554 static inline void SET_ListBase(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint)) { in SET_ListBase()
2719 static inline void SET_Color3ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLuint, GL… in SET_Color3ui()
2730 static inline void SET_Color3uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLuint *)) { in SET_Color3uiv()
2895 static inline void SET_Color4ui(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint, GLuint, GL… in SET_Color4ui()
2906 static inline void SET_Color4uiv(struct _glapi_table *disp, void (GLAPIENTRYP fn)(const GLuint *)) { in SET_Color4uiv()
4633 …inline void SET_SelectBuffer(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLsizei, GLuint *)) { in SET_SelectBuffer() argument
4666 static inline void SET_LoadName(struct _glapi_table *disp, void (GLAPIENTRYP fn)(GLuint)) { in SET_LoadName()
[all …]
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_OSX.mm284 {
334 {
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp5235 std::string TestBase::getTestCaseName(GLuint /* test_case_index */) in getTestCaseName() argument
5580 bool BufferTestBase::executeDrawCall(bool tesEnabled, GLuint /* test_case_index */) in test() argument
5613 void BufferTestBase::getBufferDescriptors(glw::GLuint /* test_case_index */, in test()
5624 void BufferTestBase::getCapturedVaryings(glw::GLuint /* test_case_index */, in test()
5638 void BufferTestBase::getShaderBody(glw::GLuint /* test_case_index */, Utils::Shader::STAGES /* stag… in test()
5651 void BufferTestBase::getShaderInterface(glw::GLuint /* test_case_index */, Utils::Shader::STAGES /*… in test()
5695 bool BufferTestBase::inspectProgram(GLuint /* test_case_index */, Utils::Program& /* program */, in test() argument
6119 bool NegativeTestBase::isComputeRelevant(GLuint /* test_case_index */) in test() argument
6130 bool NegativeTestBase::isFailureExpected(GLuint /* test_case_index */) in test() argument
6345 bool TextureTestBase::checkResults(glw::GLuint /* test_case_index */, Utils::Texture& color_0) in test()
[all …]
Dgl4cDirectStateAccessBuffersTests.cpp304 bool DataTest::TestCase(void (DataTest::*UploadDataFunction)(glw::GLuint, glw::GLenum), glw::GLenum… in TestCase()
516 void DataTest::LogFail(void (DataTest::*UploadDataFunction)(glw::GLuint, glw::GLenum), glw::GLenum … in LogFail()
601 void DataTest::LogError(void (DataTest::*UploadDataFunction)(glw::GLuint, glw::GLenum), glw::GLenum… in LogError()
/external/minigbm/
Ddri.h10 typedef unsigned int GLuint; typedef
/external/swiftshader/src/OpenGL/common/
DObject.hpp27 typedef unsigned int GLuint; typedef
/external/deqp/modules/gles31/functional/
Des31fInfoLogQueryShared.cpp43void (glu::CallLogWrapper::* getInfoLog)(glw::GLuint, glw::GLsizei, glw::GLsizei*, glw::GLchar*), in verifyInfoLogQuery()
Des31fDebugTests.cpp2806 extern "C" void GLW_APIENTRY dummyCallback(GLenum, GLenum, GLuint, GLenum, GLsizei, const char*, co… in dummyCallback() argument
/external/deqp/framework/opengl/wrapper/
DglwTypes.inl54 typedef deUint32 GLuint; typedef
/external/mesa3d/src/compiler/glsl/
Dstandalone_scaffolding.cpp82 _mesa_shader_debug(struct gl_context *, GLenum, GLuint *, in _mesa_shader_debug() argument
/external/deqp/external/openglcts/modules/common/
DglcViewportArrayTests.cpp2702 bool DrawTestBase::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, GLuint in checkResults() argument
2737 void DrawTestBase::getClearSettings(bool& clear_depth_before_draw, GLuint /* iteration_index */, in getClearSettings() argument
2785 void DrawTestBase::prepareUniforms(Utils::program& /* program */, GLuint /* draw_call_index */) in prepareUniforms() argument
3949 GLuint /* draw_call_index */) in checkResults() argument
4046 GLuint /* draw_call_index */) in checkResults() argument
4134 bool ScissorClear::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, GLuint in checkResults() argument
4212 bool DepthRange::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, GLuint /*… in checkResults() argument
4590 GLuint /*draw_call_index */) in checkResults() argument
DglcKHRDebugTests.cpp1798 …ingMessagesTest::debug_proc(glw::GLenum /* source */, glw::GLenum /* type */, glw::GLuint /* id */, in debug_proc()
2404 void SynchronousCallsTest::debug_proc(glw::GLenum /* source */, glw::GLenum /* type */, glw::GLuint in debug_proc()
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp479 void getExpectedColorFloatComponentsForTexture(glw::GLuint /* pixel_index */, glw::GLint cube_face, in getExpectedColorFloatComponentsForTexture()
521 void getExpectedColorIntComponentsForTexture(glw::GLuint /* pixel_index */, glw::GLint cube_face, in getExpectedColorIntComponentsForTexture()
562 void getExpectedCompressedComponentsForTexture(glw::GLuint /* pixel_index */, glw::GLint cube_face, in getExpectedCompressedComponentsForTexture()
663 void getExpectedStencilComponentsForTexture(glw::GLuint /* pixel_index */, glw::GLint cube_face, in getExpectedStencilComponentsForTexture()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
Dgl2.h32 typedef unsigned int GLuint; typedef
/external/mesa3d/include/GLES/
Dgl.h71 typedef unsigned int GLuint; typedef
/external/swiftshader/include/GLES/
Dgl.h62 typedef unsigned int GLuint; typedef
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h28 typedef unsigned int GLuint; typedef
/external/swiftshader/include/GLES2/
Dgl2.h72 typedef unsigned int GLuint; typedef
/external/mesa3d/include/GLES2/
Dgl2.h72 typedef unsigned int GLuint; typedef
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
Dgl3.h54 typedef unsigned int GLuint; typedef
/external/swiftshader/include/GLES3/
Dgl3.h72 typedef unsigned int GLuint; typedef
/external/mesa3d/include/GLES3/
Dgl3.h72 typedef unsigned int GLuint; typedef
Dgl31.h74 typedef unsigned int GLuint; typedef
Dgl32.h74 typedef unsigned int GLuint; typedef
/external/mesa3d/include/GL/
Dgl.h130 typedef unsigned int GLuint; /* 4-byte unsigned */ typedef

12