Home
last modified time | relevance | path

Searched defs:srcOffset (Results 1 – 13 of 13) sorted by relevance

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
Dwebgl_rendering_context_overloads.cpp49 int64_t srcOffset = 0; in GetOffset() local
184 GLuint srcOffset = 0; in CompressedTexImage2D() local
255 GLuint srcOffset = 0; in CompressedTexSubImage2D() local
392 int64_t srcOffset = GetOffset(env, funcArg[NARG_POS::TENTH], context); in TexImage2D() local
469 int64_t srcOffset = GetOffset(env, funcArg[NARG_POS::TENTH], context); in TexSubImage2D() local
Dwebgl_rendering_context_draw.cpp44 napi_env env, const TexImageArg& imgArg, napi_value pixels, GLuint srcOffset) in TexImage2D()
190 napi_env env, const TexSubImage2DArg& info, napi_value pixels, GLuint srcOffset) in TexSubImage2D()
414 GLuint srcOffset = static_cast<GLuint>(ext.offset * bufferData.GetBufferDataSize()); in BufferData() local
559 …napi_env env, const TexImageArg& info, napi_value srcData, GLuint srcOffset, GLuint srcLengthOverr… in CompressedTexImage2D()
638 …napi_env env, const TexSubImage2DArg& imgArg, napi_value srcData, GLuint srcOffset, GLuint srcLeng… in CompressedTexSubImage2D()
Dwebgl2_rendering_context_base.cpp78 int64_t srcOffset = 0; in ClearBufferfv() local
109 int64_t srcOffset = 0; in ClearBufferiv() local
140 int64_t srcOffset = 0; in ClearBufferuiv() local
707 GLuint srcOffset = 0; in TexImage3D() local
781 GLuint srcOffset = 0; in TexSubImage3D() local
887 uint32_t srcOffset = 0; in CompressedTexImage3D() local
909 int64_t srcOffset; in CompressedTexImage3D() local
966 uint32_t srcOffset = 0; in CompressedTexSubImage3D() local
988 int64_t srcOffset; in CompressedTexSubImage3D() local
Dwebgl2_rendering_context_impl.cpp750 napi_env env, const TexImageArg& imgArg, napi_value dataObj, GLuint srcOffset) in TexImage3D()
866 napi_env env, const TexSubImage3DArg& imgArg, napi_value dataObj, GLuint srcOffset) in TexSubImage3D()
960 …napi_env env, const TexImageArg& imgArg, napi_value dataObj, GLuint srcOffset, GLuint srcLengthOve… in CompressedTexImage3D()
1013 …napi_env env, const TexSubImage3DArg& imgArg, napi_value dataObj, GLuint srcOffset, GLuint srcLeng… in CompressedTexSubImage3D()
1047 …napi_env env, GLenum buffer, GLint drawBuffer, napi_value value, int64_t srcOffset, BufferDataType… in ClearBufferV()
Dwebgl_arg.cpp583 const WebGLFormatMap* formatMap, const WebGLReadBufferArg* bufferDataArg, GLuint srcOffset) in DecodeImageData()
621 … WebGLImageSource::GenImageSource(const WebGLImageOption& opt, napi_value pixels, GLuint srcOffset) in GenImageSource()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
Dscreenregion.cpp348 uint32_t srcOffset = 0; in GetWSBuffer() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/
Dshared_transition_effect.cpp123 auto srcOffset = src->GetPaintRectOffsetToPage(); in CreateTranslateAnimation() local
/foundation/arkui/ace_engine/frameworks/core/animation/
Dshared_transition_effect.cpp243 auto srcOffset = src->GetGlobalOffset(); in CreateTranslateAnimation() local
/foundation/multimedia/player_framework/frameworks/native/capi/avtranscoder/
Dnative_avtranscoder.cpp297 int64_t srcOffset = AVTRANSCODER_DEFAULT_OFFSET; member
625 OH_AVTranscoder_Config *config, int32_t srcFd, int64_t srcOffset, int64_t length) in OH_AVTranscoderConfig_SetSrcFD()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
Drender_backend_gles.cpp642 constexpr void ClampOffset(int32_t& srcOffset, int32_t& dstOffset, uint32_t& size) in ClampOffset()
652 constexpr void ClampOffset(Offset3D& srcOffset, Offset3D& dstOffset, Size3D& size) in ClampOffset()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
Dwebgl_arg.h366 GLuint srcOffset; member
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
Dext_decoder.cpp2986 int32_t srcOffset = rowStride * top + left * RGBA8888_PIXEL_BYTE_SIZE; in HeapMemAlloc() local
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
Dpipeline_state_desc.h970 Offset3D srcOffset; member