Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_stubbed_in_translator_namespace.cpp18 GL_APICALL void GL_APIENTRY glImportSemaphoreFdEXT(GLuint, GLenum, GLint) { return; } in glImportSemaphoreFdEXT() argument
19 GL_APICALL void GL_APIENTRY glImportSemaphoreWin32HandleEXT(GLuint, GLenum, void*) { return; } in glImportSemaphoreWin32HandleEXT() argument
20 GL_APICALL void GL_APIENTRY glGenSemaphoresEXT(GLsizei, GLuint *) { return; } in glGenSemaphoresEXT() argument
21 GL_APICALL void GL_APIENTRY glDeleteSemaphoresEXT(GLsizei, const GLuint *) { return; } in glDeleteSemaphoresEXT()
22 GL_APICALL GLboolean GL_APIENTRY glIsSemaphoreEXT(GLuint) { return (GLboolean)0; } in glIsSemaphoreEXT() argument
23 GL_APICALL void GL_APIENTRY glSemaphoreParameterui64vEXT(GLuint, GLenum, const GLuint64 *) { return… in glSemaphoreParameterui64vEXT() argument
24 GL_APICALL void GL_APIENTRY glGetSemaphoreParameterui64vEXT(GLuint, GLenum, GLuint64 *) { return; } in glGetSemaphoreParameterui64vEXT() argument
25 GL_APICALL void GL_APIENTRY glWaitSemaphoreEXT(GLuint, GLuint, const GLuint *, GLuint, const GLuint… in glWaitSemaphoreEXT() argument
26 GL_APICALL void GL_APIENTRY glSignalSemaphoreEXT(GLuint, GLuint, const GLuint *, GLuint, const GLui… in glSignalSemaphoreEXT() argument
33 GL_APICALL GLboolean GL_APIENTRY glIsRenderbufferEXT(GLuint) { return (GLboolean)0; } in glIsRenderbufferEXT() argument
[all …]
Dgles2_stubbed_in_translator_namespace.cpp14 GL_APICALL GLboolean GL_APIENTRY glIsRenderbufferEXT(GLuint) { return (GLboolean)0; } in glIsRenderbufferEXT() argument
15 GL_APICALL void GL_APIENTRY glBindRenderbufferEXT(GLenum, GLuint) { return; } in glBindRenderbufferEXT() argument
16 GL_APICALL void GL_APIENTRY glDeleteRenderbuffersEXT(GLsizei, const GLuint *) { return; } in glDeleteRenderbuffersEXT()
17 GL_APICALL void GL_APIENTRY glGenRenderbuffersEXT(GLsizei, GLuint *) { return; } in glGenRenderbuffersEXT() argument
20 GL_APICALL GLboolean GL_APIENTRY glIsFramebufferEXT(GLuint) { return (GLboolean)0; } in glIsFramebufferEXT() argument
21 GL_APICALL void GL_APIENTRY glBindFramebufferEXT(GLenum, GLuint) { return; } in glBindFramebufferEXT() argument
22 GL_APICALL void GL_APIENTRY glDeleteFramebuffersEXT(GLsizei, const GLuint *) { return; } in glDeleteFramebuffersEXT()
23 GL_APICALL void GL_APIENTRY glGenFramebuffersEXT(GLsizei, GLuint *) { return; } in glGenFramebuffersEXT() argument
25 GL_APICALL void GL_APIENTRY glFramebufferTexture1DEXT(GLenum, GLenum, GLenum, GLuint, GLint) { retu… in glFramebufferTexture1DEXT() argument
26 GL_APICALL void GL_APIENTRY glFramebufferTexture2DEXT(GLenum, GLenum, GLenum, GLuint, GLint) { retu… in glFramebufferTexture2DEXT() argument
[all …]
/aosp_15_r20/external/OpenCL-CTS/test_common/gl/
H A Dhelpers.h125 operator GLuint() { return mBuffer; } in GLuint() function
147 operator GLuint() { return mHandle; } in GLuint() function
168 operator GLuint() { return mBuffer; } in GLuint() function
188 operator GLuint() { return mBuffer; } in GLuint() function
208 operator GLuint() { return mBuffer; } in GLuint() function
228 operator GLuint() { return mProgram; } in GLuint() function
248 operator GLuint() { return mShader; } in GLuint() function
/aosp_15_r20/external/webrtc/sdk/objc/components/renderer/opengl/
H A DRTCDefaultShader.mm156 yPlane:(GLuint)yPlane argument
185 yPlane:(GLuint)yPlane argument
H A DRTCI420TextureCache.mm83 texture:(GLuint)texture argument
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp5292 std::string TestBase::getTestCaseName(GLuint /* test_case_index */) in getTestCaseName() argument
5635 bool BufferTestBase::executeDrawCall(bool tesEnabled, GLuint /* test_case_index */) in test() argument
5668 void BufferTestBase::getBufferDescriptors(glw::GLuint /* test_case_index */, in test()
5679 void BufferTestBase::getCapturedVaryings(glw::GLuint /* test_case_index */, in test()
5693 void BufferTestBase::getShaderBody(glw::GLuint /* test_case_index */, Utils::Shader::STAGES /* stag… in test()
5706 void BufferTestBase::getShaderInterface(glw::GLuint /* test_case_index */, Utils::Shader::STAGES /*… in test()
5750 bool BufferTestBase::inspectProgram(GLuint /* test_case_index */, Utils::Program & /* program */, in test() argument
6174 bool NegativeTestBase::isComputeRelevant(GLuint /* test_case_index */) in test() argument
6185 bool NegativeTestBase::isFailureExpected(GLuint /* test_case_index */) in test() argument
6196 bool NegativeTestBase::isSeparable(const GLuint /* test_case_index */) in test()
[all …]
H A 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()
/aosp_15_r20/external/OpenCL-CTS/test_common/gles/
H A Dhelpers.h110 operator GLuint() { return mBuffer; } in GLuint() function
130 operator GLuint() { return mBuffer; } in GLuint() function
150 operator GLuint() { return mBuffer; } in GLuint() function
170 operator GLuint() { return mBuffer; } in GLuint() function
/aosp_15_r20/external/angle/src/tests/test_utils/
H A Dgl_raii.h79 operator GLuint() { return get(); } in GLuint() function
80 operator GLuint() const { return get(); } in GLuint() function
160 operator GLuint() const { return get(); } in GLuint() function
252 operator GLuint() { return get(); } in GLuint() function
253 operator GLuint() const { return get(); } in GLuint() function
/aosp_15_r20/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.h231 operator GLuint() { return mHandle; } in GLuint() function
232 operator GLuint() const { return mHandle; } in GLuint() function
296 operator GLuint() { return mHandle; } in GLuint() function
297 operator GLuint() const { return mHandle; } in GLuint() function
338 operator GLuint() { return mHandle; } in GLuint() function
339 operator GLuint() const { return mHandle; } in GLuint() function
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp2709 GLuint /*draw_call_index */) in checkResults() argument
2744 void DrawTestBase::getClearSettings(bool &clear_depth_before_draw, GLuint /* iteration_index */, in getClearSettings() argument
2792 void DrawTestBase::prepareUniforms(Utils::program & /* program */, GLuint /* draw_call_index */) in prepareUniforms() argument
3956 GLuint /* draw_call_index */) in checkResults() argument
4053 GLuint /* draw_call_index */) in checkResults() argument
4142 GLuint /*draw_call_index */) in checkResults() argument
4220 bool DepthRange::checkResults(Utils::texture &texture_0, Utils::texture & /* texture_1 */, GLuint /… in checkResults() argument
4598 GLuint /*draw_call_index */) in checkResults() argument
H A DglcKHRDebugTests.cpp1800 …ingMessagesTest::debug_proc(glw::GLenum /* source */, glw::GLenum /* type */, glw::GLuint /* id */, in debug_proc()
2402 void SynchronousCallsTest::debug_proc(glw::GLenum /* source */, glw::GLenum /* type */, glw::GLuint in debug_proc()
/aosp_15_r20/frameworks/native/opengl/tools/glgen/src/
H A DJType.java44 typeMapping.put(new CType("GLuint"), new JType("int")); in typeMapping.put()
108 typeMapping.put(new CType("GLuint", false, true), in typeMapping.put()
110 typeMapping.put(new CType("GLuint", true, true), in typeMapping.put()
135 arrayTypeMapping.put(new CType("GLuint", false, true), new JType("int", false, true)); in arrayTypeMapping.put()
136 arrayTypeMapping.put(new CType("GLuint", true, true), new JType("int", false, true)); in arrayTypeMapping.put()
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DProgramData.cpp132 std::unordered_map<GLuint, GLUniformDesc> &uniformsOnSave) const { in getUniformValue()
306 const std::pair<const GLuint, GLUniformDesc>& uniform) { in onSave()
311 const std::pair<const GLuint, GLuint>& uniformBlock) { in onSave()
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/
DKeyedVectorUtils.h21 void clearObjectMap(std::map<GLuint, T>& v) { in clearObjectMap()
Dgl_base_types.h40 typedef unsigned int GLuint; typedef
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fInfoLogQueryShared.cpp40void (glu::CallLogWrapper::*getInfoLog)(glw::GLuint, glw::GLsizei, glw::GLsizei *, in verifyInfoLogQuery()
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwTypes.inl54 typedef uint32_t GLuint; typedef
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/
Dgl_base_types.h40 typedef unsigned int GLuint; typedef
/aosp_15_r20/hardware/google/gfxstream/common/detector/
DGles.cpp27 static void GL_APIENTRY GlDebugCallback(GLenum, GLenum, GLuint, GLenum, GLsizei, in GlDebugCallback() argument
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dstandalone_scaffolding.cpp100 _mesa_shader_debug(struct gl_context *, GLenum, GLuint *, in _mesa_shader_debug() argument
/aosp_15_r20/frameworks/native/cmds/flatland/
H A DComposers.cpp125 virtual bool compose(GLuint /*texName*/, const sp<GLConsumer>& /*glc*/) { in compose() argument
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp481 void getExpectedColorFloatComponentsForTexture(glw::GLuint /* pixel_index */, glw::GLint cube_face, in getExpectedColorFloatComponentsForTexture()
523 void getExpectedColorIntComponentsForTexture(glw::GLuint /* pixel_index */, glw::GLint cube_face, in getExpectedColorIntComponentsForTexture()
564 void getExpectedCompressedComponentsForTexture(glw::GLuint /* pixel_index */, glw::GLint cube_face, in getExpectedCompressedComponentsForTexture()
665 void getExpectedStencilComponentsForTexture(glw::GLuint /* pixel_index */, glw::GLint cube_face, in getExpectedStencilComponentsForTexture()
/aosp_15_r20/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h63 typedef unsigned int GLuint; typedef
/aosp_15_r20/external/mesa3d/include/GLES/
H A Dgl.h43 typedef unsigned int GLuint; typedef

1234567