/aosp_15_r20/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_stubbed_in_translator_namespace.cpp | 18 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 …]
|
D | gles2_stubbed_in_translator_namespace.cpp | 14 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 D | helpers.h | 125 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 D | RTCDefaultShader.mm | 156 yPlane:(GLuint)yPlane argument 185 yPlane:(GLuint)yPlane argument
|
H A D | RTCI420TextureCache.mm | 83 texture:(GLuint)texture argument
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.cpp | 5292 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 D | gl4cDirectStateAccessBuffersTests.cpp | 304 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 D | helpers.h | 110 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 D | gl_raii.h | 79 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/ |
D | GfxstreamEnd2EndTests.h | 231 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 D | glcViewportArrayTests.cpp | 2709 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 D | glcKHRDebugTests.cpp | 1800 …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 D | JType.java | 44 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/ |
D | ProgramData.cpp | 132 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/ |
D | KeyedVectorUtils.h | 21 void clearObjectMap(std::map<GLuint, T>& v) { in clearObjectMap()
|
D | gl_base_types.h | 40 typedef unsigned int GLuint; typedef
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fInfoLogQueryShared.cpp | 40 … void (glu::CallLogWrapper::*getInfoLog)(glw::GLuint, glw::GLsizei, glw::GLsizei *, in verifyInfoLogQuery()
|
/aosp_15_r20/external/deqp/framework/opengl/wrapper/ |
H A D | glwTypes.inl | 54 typedef uint32_t GLuint; typedef
|
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/ |
D | gl_base_types.h | 40 typedef unsigned int GLuint; typedef
|
/aosp_15_r20/hardware/google/gfxstream/common/detector/ |
D | Gles.cpp | 27 static void GL_APIENTRY GlDebugCallback(GLenum, GLenum, GLuint, GLenum, GLsizei, in GlDebugCallback() argument
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | standalone_scaffolding.cpp | 100 _mesa_shader_debug(struct gl_context *, GLenum, GLuint *, in _mesa_shader_debug() argument
|
/aosp_15_r20/frameworks/native/cmds/flatland/ |
H A D | Composers.cpp | 125 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 D | esextcTextureCubeMapArraySampling.cpp | 481 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 D | gl.h | 63 typedef unsigned int GLuint; typedef
|
/aosp_15_r20/external/mesa3d/include/GLES/ |
H A D | gl.h | 43 typedef unsigned int GLuint; typedef
|