Home
last modified time | relevance | path

Searched defs:target (Results 1 – 25 of 207) sorted by relevance

123456789

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLESvalidate.cpp76 bool GLESvalidate::bufferTarget(GLenum target) { in bufferTarget()
114 bool GLESvalidate::textureTarget(GLenum target) { in textureTarget()
118 bool GLESvalidate::textureTargetLimited(GLenum target) { in textureTargetLimited()
122 bool GLESvalidate::textureTargetEx(GLenum target) { in textureTargetEx()
142 bool GLESvalidate::framebufferTarget(GLenum target){ in framebufferTarget()
167 bool GLESvalidate::renderbufferTarget(GLenum target){ in renderbufferTarget()
/hardware/google/gfxstream/guest/android-emu/aemu/base/fit/
DDefer.h45 explicit DeferredAction(T target) : mTarget(std::move(target)) {} in DeferredAction()
143 inline DeferredAction<T> defer(T target) { in defer()
152 inline DeferredCallback deferCallback(fit::Callback<void()> target) { in deferCallback()
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp546 bool GLClientState::tryBind(GLenum target, GLuint id) { in tryBind()
613 bool GLClientState::isBoundTargetValid(GLenum target) { in isBoundTargetValid()
629 bool GLClientState::isQueryBound(GLenum target) { in isQueryBound()
655 void GLClientState::setLastQueryTarget(GLenum target, GLuint id) { in setLastQueryTarget()
756 int GLClientState::bindBuffer(GLenum target, GLuint id) in bindBuffer()
805 void GLClientState::bindIndexedBuffer(GLenum target, GLuint index, GLuint buffer, GLintptr offset, … in bindIndexedBuffer()
857 bool GLClientState::isNonIndexedBindNoOp(GLenum target, GLuint buffer) { in isNonIndexedBindNoOp()
868 bool GLClientState::isIndexedBindNoOp(GLenum target, GLuint index, GLuint buffer, GLintptr offset, … in isIndexedBindNoOp()
935 bool GLClientState::shouldSkipHostMapBuffer(GLenum target) { in shouldSkipHostMapBuffer()
940 void GLClientState::onHostMappedBuffer(GLenum target) { in onHostMappedBuffer()
[all …]
/hardware/google/camera/common/profiler/
Dprofiler.h232 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target, in ScopedProfiler()
240 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target) in ScopedProfiler()
246 ScopedProfiler(const std::string target, int option) in ScopedProfiler()
/hardware/google/gfxstream/host/tests/
DCompositorVk_unittest.cpp187 void compareImageWithGoldenPng(const TargetImage* target, const std::string& filename, in compareImageWithGoldenPng()
379 auto target = in TEST_F() local
397 for (const auto& target : targets) { in TEST_F() local
409 auto target = TargetImage::create(*k_vk, m_vkDevice, m_vkPhysicalDevice, m_compositorVkQueue, in TEST_F() local
465 auto target = TargetImage::create(*k_vk, m_vkDevice, m_vkPhysicalDevice, m_compositorVkQueue, in TEST_F() local
520 auto target = TargetImage::create(*k_vk, m_vkDevice, m_vkPhysicalDevice, m_compositorVkQueue, in TEST_F() local
571 auto target = TargetImage::create(*k_vk, m_vkDevice, m_vkPhysicalDevice, m_compositorVkQueue, in TEST_F() local
617 auto target = TargetImage::create(*k_vk, m_vkDevice, m_vkPhysicalDevice, m_compositorVkQueue, in TEST_F() local
693 auto target = TargetImage::create(*k_vk, m_vkDevice, m_vkPhysicalDevice, m_compositorVkQueue, in TEST_F() local
813 auto target = TargetImage::create(*k_vk, m_vkDevice, m_vkPhysicalDevice, in TEST_F() local
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
DmakeSubmit.py24 def makeTarget(outDir, extensions, submitName, title, target): argument
41 def makeSubmit(outDir, submitName, required, apideps, target='html'): argument
/hardware/qcom/sm7250/display/gpu_tonemapper/
DEGLImageBuffer.cpp100 unsigned int EGLImageBuffer::getTexture(int target) in getTexture()
122 void EGLImageBuffer::bindAsTexture(int target) in bindAsTexture()
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_entry.cpp393 void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat* params) in glGetTexParameterfv()
453 void glMultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) in glMultiTexCoord4f()
507 void glTexEnvf(GLenum target, GLenum pname, GLfloat param) in glTexEnvf()
513 void glTexEnvfv(GLenum target, GLenum pname, const GLfloat* params) in glTexEnvfv()
519 void glTexParameterf(GLenum target, GLenum pname, GLfloat param) in glTexParameterf()
525 void glTexParameterfv(GLenum target, GLenum pname, const GLfloat* params) in glTexParameterfv()
549 void glBindBuffer(GLenum target, GLuint buffer) in glBindBuffer()
555 void glBindTexture(GLenum target, GLuint texture) in glBindTexture()
567 void glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in glBufferData()
573 void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data) in glBufferSubData()
[all …]
DGLEncoder.cpp360 void GLEncoder::s_glBindBuffer(void *self, GLenum target, GLuint id) in s_glBindBuffer()
369 void GLEncoder::s_glBufferData(void * self, GLenum target, GLsizeiptr size, const GLvoid * data, GL… in s_glBufferData()
380 void GLEncoder::s_glBufferSubData(void * self, GLenum target, GLintptr offset, GLsizeiptr size, con… in s_glBufferSubData()
662 void GLEncoder::s_glBindTexture(void* self, GLenum target, GLuint texture) in s_glBindTexture()
765 GLenum target, GLenum pname, GLfloat* params) in s_glGetTexParameterfv()
778 GLenum target, GLenum pname, GLint* params) in s_glGetTexParameteriv()
800 GLenum target, GLenum pname, GLfixed* params) in s_glGetTexParameterxv()
833 GLenum target, GLenum pname, GLfloat param) in s_glTexParameterf()
851 GLenum target, GLenum pname, const GLfloat* params) in s_glTexParameterfv()
869 GLenum target, GLenum pname, GLint param) in s_glTexParameteri()
[all …]
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_entry.cpp473 void glBindBuffer(GLenum target, GLuint buffer) in glBindBuffer()
479 void glBindFramebuffer(GLenum target, GLuint framebuffer) in glBindFramebuffer()
485 void glBindRenderbuffer(GLenum target, GLuint renderbuffer) in glBindRenderbuffer()
491 void glBindTexture(GLenum target, GLuint texture) in glBindTexture()
527 void glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in glBufferData()
533 void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data) in glBufferSubData()
539 GLenum glCheckFramebufferStatus(GLenum target) in glCheckFramebufferStatus()
581 void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsiz… in glCompressedTexImage2D()
588 void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei wi… in glCompressedTexSubImage2D()
595 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei … in glCopyTexImage2D()
[all …]
DGL2Encoder.cpp129 #define OVERRIDEWITH(name, target) do { \ in GL2Encoder() argument
558 ScopedQueryUpdate(GL2Encoder* ctx, uint32_t bytes, T* target) : in ScopedQueryUpdate()
661 void GL2Encoder::s_glBindBuffer(void *self, GLenum target, GLuint id) in s_glBindBuffer()
677 void GL2Encoder::doBindBufferEncodeCached(GLenum target, GLuint id) { in doBindBufferEncodeCached()
687 void GL2Encoder::s_glBufferData(void * self, GLenum target, GLsizeiptr size, const GLvoid * data, G… in s_glBufferData()
705 void GL2Encoder::s_glBufferSubData(void * self, GLenum target, GLintptr offset, GLsizeiptr size, co… in s_glBufferSubData()
2324 GLenum target; in s_glUniform1i() local
2461 void GL2Encoder::s_glBindTexture(void* self, GLenum target, GLuint texture) in s_glBindTexture()
2508 GLenum target, GLenum pname, GLfloat* params) in s_glGetTexParameterfv()
2526 GLenum target, GLenum pname, GLint* params) in s_glGetTexParameteriv()
[all …]
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp361 static TextureData* getTextureTargetData(GLenum target){ in getTextureTargetData()
462 GL_API void GL_APIENTRY glBindBuffer( GLenum target, GLuint buffer) { in glBindBuffer()
486 GL_API void GL_APIENTRY glBindTexture( GLenum target, GLuint texture) { in glBindTexture()
529 GL_API void GL_APIENTRY glBufferData( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum u… in glBufferData()
538 GL_API void GL_APIENTRY glBufferSubData( GLenum target, GLintptr offset, GLsizeiptr size, const GL… in glBufferSubData()
668 void s_glInitTexImage2D(GLenum target, GLint level, GLint internalformat, in s_glInitTexImage2D()
728 GL_API void GL_APIENTRY glCompressedTexImage2D( GLenum target, GLint level, GLenum internalformat,… in glCompressedTexImage2D()
753 GL_API void GL_APIENTRY glCompressedTexSubImage2D( GLenum target, GLint level, GLint xoffset, GLin… in glCompressedTexSubImage2D()
777 GL_API void GL_APIENTRY glCopyTexImage2D( GLenum target, GLint level, GLenum internalformat, GLint… in glCopyTexImage2D()
807 GL_API void GL_APIENTRY glCopyTexSubImage2D( GLenum target, GLint level, GLint xoffset, GLint yoff… in glCopyTexSubImage2D()
[all …]
DGLEScmValidate.cpp87 bool GLEScmValidate::hintTargetMode(GLenum target,GLenum mode) { in hintTargetMode()
107 bool GLEScmValidate::texParams(GLenum target,GLenum pname) { in texParams()
123 bool GLEScmValidate::texEnv(GLenum target,GLenum pname) { in texEnv()
/hardware/samsung/nfc/halimpl/osi/
Dosi_memory.cc89 void OSI_mem_free(tOSI_MEM_HANDLER target) { in OSI_mem_free()
223 void OSI_queue_free(tOSI_QUEUE_HANDLER target) { in OSI_queue_free()
/hardware/google/gfxstream/guest/GLESv1/
Dgl.cpp61 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES img) in glEGLImageTargetTexture2DOES()
94 void glEGLImageTargetRenderbufferStorageOES(void *self, GLenum target, GLeglImageOES img) in glEGLImageTargetRenderbufferStorageOES()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp23 GL_APICALL void * GL_APIENTRY glMapBufferRange(GLenum target, GLintptr offset, GLsizeiptr length, G… in glMapBufferRange()
30 GL_APICALL GLboolean GL_APIENTRY glUnmapBuffer(GLenum target) { in glUnmapBuffer()
37 GL_APICALL void GL_APIENTRY glFlushMappedBufferRange(GLenum target, GLintptr offset, GLsizeiptr len… in glFlushMappedBufferRange()
43 GL_APICALL void GL_APIENTRY glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr … in glBindBufferRange()
54 GL_APICALL void GL_APIENTRY glBindBufferBase(GLenum target, GLuint index, GLuint buffer) { in glBindBufferBase()
90 GL_APICALL void GL_APIENTRY glGetBufferParameteri64v(GLenum target, GLenum value, GLint64 * data) { in glGetBufferParameteri64v()
96 GL_APICALL void GL_APIENTRY glGetBufferPointerv(GLenum target, GLenum pname, GLvoid ** params) { in glGetBufferPointerv()
610 static std::vector<GLenum> sGetEmulatedAttachmentList(GLESv2Context* ctx, GLenum target, in sGetEmulatedAttachmentList()
628 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GL… in glInvalidateFramebuffer()
653 GL_APICALL void GL_APIENTRY glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const… in glInvalidateSubFramebuffer()
[all …]
DGLESv2Imp.cpp484 static TextureData* getTextureTargetData(GLenum target){ in getTextureTargetData()
552 GL_APICALL void GL_APIENTRY glBindBuffer(GLenum target, GLuint buffer){ in glBindBuffer()
560 static bool sIsFboTextureTarget(GLenum target) { in sIsFboTextureTarget()
586 GLenum target; in sHasAttachmentWithFormat() local
673 GL_APICALL void GL_APIENTRY glBindFramebuffer(GLenum target, GLuint framebuffer){ in glBindFramebuffer()
706 GL_APICALL void GL_APIENTRY glBindRenderbuffer(GLenum target, GLuint renderbuffer){ in glBindRenderbuffer()
744 GL_APICALL void GL_APIENTRY glBindTexture(GLenum target, GLuint texture){ in glBindTexture()
828 GL_APICALL void GL_APIENTRY glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenu… in glBufferData()
837 GL_APICALL void GL_APIENTRY glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const… in glBufferSubData()
846 GL_APICALL GLenum GL_APIENTRY glCheckFramebufferStatus(GLenum target){ in glCheckFramebufferStatus()
[all …]
DGLESv2Validate.cpp178 bool GLESv2Validate::framebufferTarget(GLEScontext* ctx, GLenum target) { in framebufferTarget()
218 bool GLESv2Validate::bufferTarget(GLEScontext* ctx, GLenum target) { in bufferTarget()
344 bool GLESv2Validate::textureTarget(GLEScontext* ctx, GLenum target) { in textureTarget()
395 bool GLESv2Validate::hintTargetMode(GLenum target,GLenum mode){ in hintTargetMode()
828 bool GLESv2Validate::textureIsCubeMap(GLenum target){ in textureIsCubeMap()
/hardware/qcom/sm7250/display/composer/
Dgl_color_convert_impl.cpp79 int GLColorConvertImpl::CreateContext(GLRenderTarget target, bool secure) { in CreateContext()
201 GLColorConvertImpl::GLColorConvertImpl(GLRenderTarget target, bool secure) { in GLColorConvertImpl()
Dgl_color_convert.cpp37 GLColorConvert* GLColorConvert::GetInstance(GLRenderTarget target, bool secure) { in GetInstance()
/hardware/google/gfxstream/guest/GLESv2/
Dgl2.cpp61 void glEGLImageTargetTexture2DOES(void * self, GLenum target, GLeglImageOES img) in glEGLImageTargetTexture2DOES()
96 void glEGLImageTargetRenderbufferStorageOES(void *self, GLenum target, GLeglImageOES img) in glEGLImageTargetRenderbufferStorageOES()
/hardware/google/pixel/vibrator/cs40l25/tests/
Dutils.h23 static inline EffectScale toScale(float target, float maximum) { in toScale()
/hardware/google/gfxstream/host/gl/gles2_dec/
DGLESv2Decoder.cpp366 void GLESv2Decoder::s_glMapBufferRangeAEMU(void* self, GLenum target, GLintptr offset, GLsizeiptr l… in s_glMapBufferRangeAEMU()
389 void GLESv2Decoder::s_glUnmapBufferAEMU(void* self, GLenum target, GLintptr offset, GLsizeiptr leng… in s_glUnmapBufferAEMU()
409 void GLESv2Decoder::s_glMapBufferRangeDMA(void* self, GLenum target, GLintptr offset, GLsizeiptr le… in s_glMapBufferRangeDMA()
432 void GLESv2Decoder::s_glUnmapBufferDMA(void* self, GLenum target, GLintptr offset, GLsizeiptr lengt… in s_glUnmapBufferDMA()
467 uint64_t GLESv2Decoder::s_glMapBufferRangeDirect(void* self, GLenum target, GLintptr offset, GLsize… in s_glMapBufferRangeDirect()
489 void GLESv2Decoder::s_glUnmapBufferDirect(void* self, GLenum target, GLintptr offset, GLsizeiptr le… in s_glUnmapBufferDirect()
502 void GLESv2Decoder::s_glFlushMappedBufferRangeAEMU(void* self, GLenum target, GLintptr offset, GLsi… in s_glFlushMappedBufferRangeAEMU()
522 void GLESv2Decoder::s_glFlushMappedBufferRangeDirect(void* self, GLenum target, GLintptr offset, GL… in s_glFlushMappedBufferRangeDirect()
527 void GLESv2Decoder::s_glCompressedTexImage2DOffsetAEMU(void* self, GLenum target, GLint level, GLen… in s_glCompressedTexImage2DOffsetAEMU()
531 void GLESv2Decoder::s_glCompressedTexSubImage2DOffsetAEMU(void* self, GLenum target, GLint level, G… in s_glCompressedTexSubImage2DOffsetAEMU()
[all …]
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_layers.cpp319 void HWCLayer::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetRect()
326 void HWCLayer::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetRect()
557 DisplayError HWCLayer::SetCSC(ColorSpace_t source, LayerCSC *target) { in SetCSC()
576 DisplayError HWCLayer::SetIGC(IGC_t source, LayerIGC *target) { in SetIGC()
/hardware/google/gfxstream/host/
DCompositor.h37 std::unique_ptr<BorrowedImageInfo> target; member

123456789