Home
last modified time | relevance | path

Searched defs:target (Results 1676 - 1700 of 1886) sorted by relevance

1...<<61626364656667686970>>...76

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c1842 enum pipe_texture_target target in r600_emit_sampler_states() local
161 r600_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) r600_is_format_supported() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9.c3223 struct pipe_stream_output_target *target; in NineDevice9_ProcessVertices() local
[all...]
/third_party/node/deps/uv/src/win/
H A Dfs.c266 char* target; in fs__wide_to_utf8() local
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeS390X.c821 SLJIT_S390X_INSTRUCTION(br, sljit_gpr target) in SLJIT_S390X_INSTRUCTION() argument
826 SLJIT_S390X_INSTRUCTION(brc, sljit_uw mask, sljit_sw target) in SLJIT_S390X_INSTRUCTION() argument
833 SLJIT_S390X_INSTRUCTION(brcl, sljit_uw mask, sljit_sw target) in SLJIT_S390X_INSTRUCTION() argument
884 static sljit_s32 push_load_imm_inst(struct sljit_compiler *compiler, sljit_gpr target, sljit_sw v) in push_load_imm_inst() argument
1568 sljit_sw target = (sljit_sw)((jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target); sljit_generate_code() local
[all...]
H A DsljitLir.c529 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_target(struct sljit_jump *jump, sljit_uw target) in sljit_set_target() argument
2985 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_target(struct sljit_jump *jump, sljit_uw target) in sljit_set_target() argument
/third_party/pulseaudio/src/pulsecore/
H A Dsink.c1325 void pa_sink_render_into(pa_sink*s, pa_memchunk *target) { in pa_sink_render_into() argument
1410 pa_sink_render_into_full(pa_sink *s, pa_memchunk *target) pa_sink_render_into_full() argument
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_tasks.py3202 def target(self, fail=False, cancel=False, timeout=None, member in RunCoroutineThreadsafeTests
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DTexture.cpp38 size_t GetImageDescIndex(TextureTarget target, size_t level) in GetImageDescIndex() argument
497 bool TextureState::computeLevelCompleteness(TextureTarget target, size_t level) const in computeLevelCompleteness() argument
573 TextureTarget target = TextureTypeToTarget(mType, 0); in getEnabledLevelCount() local
635 const ImageDesc &TextureState::getImageDesc(TextureTarget target, size_t level) const in getImageDesc() argument
730 clearImageDesc(TextureTarget target, size_t level) clearImageDesc() argument
1090 getExtents(TextureTarget target, size_t level) const getExtents() argument
1096 getWidth(TextureTarget target, size_t level) const getWidth() argument
1102 getHeight(TextureTarget target, size_t level) const getHeight() argument
1108 getDepth(TextureTarget target, size_t level) const getDepth() argument
1114 getFormat(TextureTarget target, size_t level) const getFormat() argument
1120 getSamples(TextureTarget target, size_t level) const getSamples() argument
1126 getFixedSampleLocations(TextureTarget target, size_t level) const getFixedSampleLocations() argument
1168 getLevelMemorySize(TextureTarget target, GLint level) const getLevelMemorySize() argument
1195 setImage(Context *context, const PixelUnpackState &unpackState, Buffer *unpackBuffer, TextureTarget target, GLint level, GLenum internalFormat, const Extents &size, GLenum format, GLenum type, const uint8_t *pixels) setImage() argument
1229 setSubImage(Context *context, const PixelUnpackState &unpackState, Buffer *unpackBuffer, TextureTarget target, GLint level, const Box &area, GLenum format, GLenum type, const uint8_t *pixels) setSubImage() argument
1254 setCompressedImage(Context *context, const PixelUnpackState &unpackState, TextureTarget target, GLint level, GLenum internalFormat, const Extents &size, size_t imageSize, const uint8_t *pixels) setCompressedImage() argument
1285 setCompressedSubImage(const Context *context, const PixelUnpackState &unpackState, TextureTarget target, GLint level, const Box &area, GLenum format, size_t imageSize, const uint8_t *pixels) setCompressedSubImage() argument
1307 copyImage(Context *context, TextureTarget target, GLint level, const Rectangle &sourceArea, GLenum internalFormat, Framebuffer *source) copyImage() argument
1470 copyTexture(Context *context, TextureTarget target, GLint level, GLenum internalFormat, GLenum type, GLint sourceLevel, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, Texture *source) copyTexture() argument
1511 copySubTexture(const Context *context, TextureTarget target, GLint level, const Offset &destOffset, GLint sourceLevel, const Box &sourceBox, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, Texture *source) copySubTexture() argument
1594 setImageExternal(Context *context, TextureTarget target, GLint level, GLenum internalFormat, const Extents &size, GLenum format, GLenum type) setImageExternal() argument
2361 getTexImage(const Context *context, const PixelPackState &packState, Buffer *packBuffer, TextureTarget target, GLint level, GLenum format, GLenum type, void *pixels) getTexImage() argument
2380 getCompressedTexImage(const Context *context, const PixelPackState &packState, Buffer *packBuffer, TextureTarget target, GLint level, void *pixels) getCompressedTexImage() argument
[all...]
H A DvalidationEGL.cpp3096 ValidateCreateImage(const ValidationContext *val, const Display *display, const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const AttributeMap &attributes) ValidateCreateImage() argument
3745 ValidateCreateImageKHR(const ValidationContext *val, const Display *display, const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const AttributeMap &attributes) ValidateCreateImageKHR() argument
4711 ValidateCopyBuffers(const ValidationContext *val, const Display *display, const Surface *surface, EGLNativePixmapType target) ValidateCopyBuffers() argument
[all...]
H A DvalidationESEXT.cpp237 ValidateGetTexImageANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum format, GLenum type, const void *pixels) ValidateGetTexImageANGLE() argument
295 ValidateGetCompressedTexImageANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, const void *pixels) ValidateGetCompressedTexImageANGLE() argument
311 ValidateGetRenderbufferImageANGLE(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum format, GLenum type, const void *pixels) ValidateGetRenderbufferImageANGLE() argument
683 ValidateDisableiEXT(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint index) ValidateDisableiEXT() argument
697 ValidateEnableiEXT(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint index) ValidateEnableiEXT() argument
711 ValidateIsEnablediEXT(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint index) ValidateIsEnablediEXT() argument
803 ValidateDisableiOES(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint index) ValidateDisableiOES() argument
817 ValidateEnableiOES(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint index) ValidateEnableiOES() argument
831 ValidateIsEnablediOES(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint index) ValidateIsEnablediOES() argument
924 ValidateBufferStorageMemEXT(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLsizeiptr size, MemoryObjectID memory, GLuint64 offset) ValidateBufferStorageMemEXT() argument
1011 ValidateGetUnsignedBytei_vEXT(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint index, const GLubyte *data) ValidateGetUnsignedBytei_vEXT() argument
1074 ValidateTexStorageMem2DEXT(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, MemoryObjectID memory, GLuint64 offset) ValidateTexStorageMem2DEXT() argument
1101 ValidateTexStorageMem3DEXT(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, MemoryObjectID memory, GLuint64 offset) ValidateTexStorageMem3DEXT() argument
2554 ValidateEGLImageTargetTexStorageEXT(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLeglImageOES image, const GLint *attrib_list) ValidateEGLImageTargetTexStorageEXT() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cDrawIndirectTests.cpp872 void DrawIndirectBase::GetBufferSubData<test_api::GL>(GLenum target, GLintptr offset, GLsizeiptr size, GLvoid* data) in GetBufferSubData() argument
878 void DrawIndirectBase::GetBufferSubData<test_api::ES3>(GLenum target, GLintptr offset, GLsizeiptr size, GLvoid* data) in GetBufferSubData() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackTests.cpp1214 static const glw::GLenum target[] = { GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, GL_PRIMITIVES_GENERATED }; in testExtension3() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_3_autogen.cpp83 void GL_APIENTRY GL_BindBufferBase(GLenum target, GLuint index, GLuint buffer) in GL_BindBufferBase() argument
110 GL_BindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) in GL_BindBufferRange() argument
167 void GL_APIENTRY GL_BindFramebuffer(GLenum target, GLuint framebuffer) in GL_BindFramebuffer() argument
192 GL_BindRenderbuffer(GLenum target, GLuint renderbuffer) GL_BindRenderbuffer() argument
281 GL_CheckFramebufferStatus(GLenum target) GL_CheckFramebufferStatus() argument
313 GL_ClampColor(GLenum target, GLenum clamp) GL_ClampColor() argument
541 GL_Disablei(GLenum target, GLuint index) GL_Disablei() argument
565 GL_Enablei(GLenum target, GLuint index) GL_Enablei() argument
634 GL_FlushMappedBufferRange(GLenum target, GLintptr offset, GLsizeiptr length) GL_FlushMappedBufferRange() argument
662 GL_FramebufferRenderbuffer(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) GL_FramebufferRenderbuffer() argument
696 GL_FramebufferTexture1D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) GL_FramebufferTexture1D() argument
732 GL_FramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) GL_FramebufferTexture2D() argument
768 GL_FramebufferTexture3D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) GL_FramebufferTexture3D() argument
806 GL_FramebufferTextureLayer(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) GL_FramebufferTextureLayer() argument
914 GL_GenerateMipmap(GLenum target) GL_GenerateMipmap() argument
939 GL_GetBooleani_v(GLenum target, GLuint index, GLboolean *data) GL_GetBooleani_v() argument
997 GL_GetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, GLint *params) GL_GetFramebufferAttachmentParameteriv() argument
1030 GL_GetIntegeri_v(GLenum target, GLuint index, GLint *data) GL_GetIntegeri_v() argument
1055 GL_GetRenderbufferParameteriv(GLenum target, GLenum pname, GLint *params) GL_GetRenderbufferParameteriv() argument
1113 GL_GetTexParameterIiv(GLenum target, GLenum pname, GLint *params) GL_GetTexParameterIiv() argument
1141 GL_GetTexParameterIuiv(GLenum target, GLenum pname, GLuint *params) GL_GetTexParameterIuiv() argument
1285 GL_IsEnabledi(GLenum target, GLuint index) GL_IsEnabledi() argument
1409 GL_MapBufferRange(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) GL_MapBufferRange() argument
1448 GL_RenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height) GL_RenderbufferStorage() argument
1479 GL_RenderbufferStorageMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) GL_RenderbufferStorageMultisample() argument
1511 GL_TexParameterIiv(GLenum target, GLenum pname, const GLint *params) GL_TexParameterIiv() argument
1538 GL_TexParameterIuiv(GLenum target, GLenum pname, const GLuint *params) GL_TexParameterIuiv() argument
2647 GL_TexBuffer(GLenum target, GLenum internalformat, GLuint buffer) GL_TexBuffer() argument
2906 GL_FramebufferTexture(GLenum target, GLenum attachment, GLuint texture, GLint level) GL_FramebufferTexture() argument
2938 GL_GetBufferParameteri64v(GLenum target, GLenum pname, GLint64 *params) GL_GetBufferParameteri64v() argument
2966 GL_GetInteger64i_v(GLenum target, GLuint index, GLint64 *data) GL_GetInteger64i_v() argument
3183 GL_TexImage2DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) GL_TexImage2DMultisample() argument
3219 GL_TexImage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) GL_TexImage3DMultisample() argument
3969 GL_QueryCounter(GLuint id, GLenum target) GL_QueryCounter() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DImageTest.cpp1677 GLTexture target; Source2DTarget2D_helper() local
1709 GLTexture target; TEST_P() local
1745 GLTexture target; TEST_P() local
1779 GLTexture target; TEST_P() local
1812 GLTexture target; TEST_P() local
1861 GLTexture target; Source2DTarget2DArray_helper() local
1898 GLTexture target; TEST_P() local
1943 GLTexture target; SourceAHBTarget2D_helper() local
2004 GLTexture target; TEST_P() local
2085 GLTexture target; TEST_P() local
2294 GLTexture target; TEST_P() local
2355 GLTexture target; SourceAHBTarget2DArray_helper() local
2408 GLTexture target; SourceAHBTargetExternal_helper() local
2499 GLTexture target; TEST_P() local
2647 GLTexture target; TEST_P() local
3153 GLTexture target; SourceAHBTargetExternalESSL3_helper() local
3275 GLRenderbuffer target; Source2DTargetRenderbuffer_helper() local
3325 GLTexture target; SourceNativeClientBufferTargetExternal_helper() local
3377 GLRenderbuffer target; SourceNativeClientBufferTargetRenderbuffer_helper() local
3422 GLTexture target; Source2DTargetExternal_helper() local
3465 GLTexture target; Source2DTargetExternalESSL3_helper() local
3510 GLTexture target; SourceCubeTarget2D_helper() local
3561 GLRenderbuffer target; SourceCubeTargetRenderbuffer_helper() local
3611 GLTexture target; SourceCubeTargetExternal_helper() local
3658 GLTexture target; SourceCubeTargetExternalESSL3_helper() local
3708 GLTexture target; Source3DTargetTexture_helper() local
3766 GLRenderbuffer target; Source3DTargetRenderbuffer_helper() local
3820 GLTexture target; Source3DTargetExternal_helper() local
3873 GLTexture target; Source3DTargetExternalESSL3_helper() local
3914 GLTexture target; SourceRenderbufferTargetTexture_helper() local
3958 GLTexture target; SourceRenderbufferTargetTextureExternal_helper() local
4000 GLTexture target; SourceRenderbufferTargetTextureExternalESSL3_helper() local
4043 GLRenderbuffer target; SourceRenderbufferTargetRenderbuffer_helper() local
4235 GLTexture target; TEST_P() local
4269 GLTexture target; TEST_P() local
4305 GLTexture target; TEST_P() local
4360 GLTexture target; TEST_P() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSurface.cpp1653 int Surface::pitchB(int width, int border, Format format, bool target) in pitchB() argument
1695 int Surface::pitchP(int width, int border, Format format, bool target) in pitchP() argument
1702 int Surface::sliceB(int width, int height, int border, Format format, bool target) in sliceB() argument
1737 int Surface::sliceP(int width, int height, int border, Format format, bool target) in sliceP() argument
3158 float *target = (float*)lockInternal(x0, y0, 0, lock, PUBLIC); clearDepth() local
3191 float *target = buffer + (y & ~1) * internal.pitchP + (y & 1) * 2; clearDepth() local
3301 char *target = buffer + (y & ~1) * stencil.pitchP + (y & 1) * 2; clearStencil() local
[all...]
/third_party/skia/third_party/externals/freetype/src/raster/
H A Dftraster.c499 FT_Bitmap target; /* description of target bit/pixmap */ member
2242 Byte* target; in Vertical_Sweep_Span() local
[all...]
/third_party/python/Modules/
H A D_elementtree.c2845 treebuilder_handle_pi(TreeBuilderObject* self, PyObject* target, PyObject* text) in treebuilder_handle_pi() argument
2978 _elementtree_TreeBuilder_pi_impl(TreeBuilderObject *self, PyObject *target, in _elementtree_TreeBuilder_pi_impl() argument
3050 PyObject *target; member
3384 TreeBuilderObject *target = (TreeBuilderObject*) self->target; expat_start_ns_handler() local
3434 TreeBuilderObject *target = (TreeBuilderObject*) self->target; expat_end_ns_handler() local
3462 TreeBuilderObject *target = (TreeBuilderObject*) self->target; expat_comment_handler() local
3557 TreeBuilderObject *target = (TreeBuilderObject*) self->target; expat_pi_handler() local
3633 _elementtree_XMLParser___init___impl(XMLParserObject *self, PyObject *target, const char *encoding) _elementtree_XMLParser___init___impl() argument
4025 TreeBuilderObject *target; _elementtree_XMLParser__setevents_impl() local
[all...]
/third_party/python/Include/internal/
H A Dpycore_ast.h229 expr_ty target; member
235 expr_ty target; member
242 expr_ty target; member
250 expr_ty target; member
356 expr_ty target; member
497 expr_ty target; member
[all...]
/third_party/vixl/test/aarch64/
H A Dtest-simulator-aarch64.cc5023 Instruction* GenerateStoreZero(MacroAssembler* masm, int32_t* target) { in GenerateStoreZero() argument
5043 Instruction* GenerateStoreInput(MacroAssembler* masm, int32_t* target) { in GenerateStoreInput() argument
/third_party/python/Objects/
H A Dobmalloc.c2935 pool_is_in_list(const poolp target, poolp list) in pool_is_in_list() argument
/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.cpp232 TextRange target; in GetLineFontMetrics() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp2755 LayeredRenderCase::LayeredRenderCase (Context& context, const char* name, const char* desc, LayeredRenderTargetType target, TestType test) in LayeredRenderCase() argument
3682 getTargetLayers(LayeredRenderTargetType target) getTargetLayers() argument
3697 getTargetTextureTarget(LayeredRenderTargetType target) getTargetTextureTarget() argument
3712 getTargetDimensions(LayeredRenderTargetType target) getTargetDimensions() argument
3727 getResolveDimensions(LayeredRenderTargetType target) getResolveDimensions() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/third_party/ffmpeg/fftools/
H A Dffmpeg.c3556 char buf[4096], target[64], command[256], arg[256] = {0}; in check_keyboard_interaction() local
/third_party/curl/lib/vtls/
H A Dopenssl.c2137 int target = GEN_DNS; /* target type, GEN_DNS or GEN_IPADD */ in Curl_ossl_verifyhost() local

Completed in 108 milliseconds

1...<<61626364656667686970>>...76