Home
last modified time | relevance | path

Searched defs:target (Results 1576 - 1600 of 2104) sorted by relevance

1...<<61626364656667686970>>...85

/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dunistr.h4464 extract(int32_t start, int32_t _length, Char16Ptr target, int32_t targetStart) const extract() argument
[all...]
/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.cc938 void Instruction::SetImmPCOffsetTarget(const Instruction* target) { in SetImmPCOffsetTarget() argument
947 void Instruction::SetPCRelImmTarget(const Instruction* target) { in SetPCRelImmTarget() argument
963 void Instruction::SetBranchImmTarget(const Instruction* target) { in SetBranchImmTarget() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageSchema.java4421 decodeMapEntry( byte[] data, int position, int limit, MapEntryLite.Metadata<K, V> metadata, Map<K, V> target, Registers registers) decodeMapEntry() argument
H A DByteString.java640 public void copyTo(byte[] target, int offset) { in copyTo() argument
656 public final void copyTo(byte[] target, int sourceOffset, int targetOffset, int numberToCopy) { in copyTo() argument
668 copyToInternal( byte[] target, int sourceOffset, int targetOffset, int numberToCopy) copyToInternal() argument
682 copyTo(ByteBuffer target) copyTo() argument
1356 copyToInternal( byte[] target, int sourceOffset, int targetOffset, int numberToCopy) copyToInternal() argument
1365 copyTo(ByteBuffer target) copyTo() argument
1593 copyToInternal( byte[] target, int sourceOffset, int targetOffset, int numberToCopy) copyToInternal() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dtype.pb.cc550 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
965 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1411 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1719 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1993 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_info.cc808 const Transition target = {unix_time, 0, civil_second(), civil_second()}; in BreakTime() local
839 const Transition target = {0, 0, cs, civil_second()}; in MakeTime() local
909 const Transition target = {unix_time, 0, civil_second(), civil_second()}; in NextTransition() local
944 const Transition target = {unix_time, 0, civil_second(), civil_second()}; in PrevTransition() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc141 int target; member
170 int target = c; in TestSignalAll() local
188 int target = c; in TestSignal() local
205 int target = c; TestCVTimeout() local
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_cfg.cpp143 const auto target = _.FindDef(id); in ValidateBranch() local
223 const auto target = _.FindDef(id); in ValidateSwitch() local
366 FirstBlockAssert(ValidationState_t& _, uint32_t target) FirstBlockAssert() argument
531 uint32_t target = switch_inst->GetOperandAs<uint32_t>(i); StructuredSwitchChecks() local
548 uint32_t target = switch_inst->GetOperandAs<uint32_t>(i); StructuredSwitchChecks() local
684 const auto target = terminator->GetOperandAs<uint32_t>(i); ValidateStructuredSelections() local
1034 uint32_t target = inst->GetOperandAs<uint32_t>(0); CfgPass() local
1051 uint32_t target = inst->GetOperandAs<uint32_t>(i); CfgPass() local
[all...]
H A Dvalidate_memory.cpp1163 const auto target = _.FindDef(target_id); in ValidateCopyMemory() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureShadowTests.cpp77 static void clampFloatingPointTexture (tcu::Texture2D& target) in clampFloatingPointTexture() argument
84 static void clampFloatingPointTexture (tcu::Texture2DArray& target) in clampFloatingPointTexture() argument
91 static void clampFloatingPointTexture (tcu::TextureCube& target) in clampFloatingPointTexture() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureLevelStateQueryTests.cpp87 static const char* getTextureTargetExtension (glw::GLenum target) in getTextureTargetExtension() argument
100 static bool isCoreTextureTarget (glw::GLenum target, const glu::ContextType& contextType) in isCoreTextureTarget() argument
180 static bool verifyTextureLevelParameterEqualWithPrinter (glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterEqualWithPrinter() argument
196 static bool verifyTextureLevelParameterEqual (glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterEqual() argument
201 static bool verifyTextureLevelParameterInternalFormatEqual (glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterInternalFormatEqual() argument
206 verifyTextureLevelParameterGreaterOrEqual(glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) verifyTextureLevelParameterGreaterOrEqual() argument
222 verifyTextureLevelParameterInternalFormatAnyOf(glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, const int* refValues, int numRefValues, QueryType type) verifyTextureLevelParameterInternalFormatAnyOf() argument
354 isLegalFormatForTarget(glw::GLenum target, glw::GLenum format) isLegalFormatForTarget() argument
367 isCompressionSupportedForTarget(glw::GLenum target) isCompressionSupportedForTarget() argument
372 isMultisampleTarget(glw::GLenum target) isMultisampleTarget() argument
377 targetSupportsMipLevels(glw::GLenum target) targetSupportsMipLevels() argument
390 generateColorTextureGenerationGroup(std::vector<TextureGenerationSpec>& group, glw::GLenum target, int maxSamples, glw::GLenum internalFormat) generateColorTextureGenerationGroup() argument
589 generateInternalFormatTextureGenerationGroup(std::vector<TextureGenerationSpec>& group, glw::GLenum target) generateInternalFormatTextureGenerationGroup() argument
677 generateCompressedTextureGenerationGroup(std::vector<TextureGenerationSpec>& group, glw::GLenum target) generateCompressedTextureGenerationGroup() argument
715 generateTextureBufferGenerationGroup(std::vector<TextureGenerationSpec>& group, glw::GLenum target) generateTextureBufferGenerationGroup() argument
849 TextureLevelCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureLevelCase() argument
992 TextureLevelCommonCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureLevelCommonCase() argument
1015 TextureLevelSampleCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureLevelSampleCase() argument
1033 TextureLevelFixedSamplesCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureLevelFixedSamplesCase() argument
1051 TextureLevelWidthCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureLevelWidthCase() argument
1087 TextureLevelHeightCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureLevelHeightCase() argument
1123 TextureLevelDepthCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureLevelDepthCase() argument
1160 TextureLevelInternalFormatCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureLevelInternalFormatCase() argument
1210 TextureLevelSizeCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type, glw::GLenum pname) TextureLevelSizeCase() argument
1332 TextureLevelTypeCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type, glw::GLenum pname) TextureLevelTypeCase() argument
1463 TextureLevelCompressedCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureLevelCompressedCase() argument
1508 TextureLevelBufferDataStoreCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureLevelBufferDataStoreCase() argument
1546 TextureLevelBufferDataOffsetCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureLevelBufferDataOffsetCase() argument
1586 TextureLevelBufferDataSizeCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureLevelBufferDataSizeCase() argument
1667 glw::GLenum target; init() member
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsFboCompletenessTests.cpp772 void TestBase::attachTargetToNew (GLenum target, GLenum bufType, ImageFormat format, in attachTargetToNew() argument
H A DglsFboUtil.cpp329 static void glInitFlat (const TextureFlat& cfg, GLenum target, const glw::Functions& gl) in glInitFlat() argument
930 FboBuilder::FboBuilder (GLuint fbo, GLenum target, const glw::Functions& gl) in FboBuilder() argument
H A DglsFboUtil.hpp259 glw::GLenum target; member
H A DglsStateQueryUtil.cpp271 void queryState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, QueriedState& state) in queryState() argument
357 void queryIndexedState (tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, int index, QueriedState& state) in queryIndexedState() argument
484 queryAttributeState(tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, int index, QueriedState& state) queryAttributeState() argument
549 queryFramebufferState(tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, glw::GLenum pname, QueriedState& state) queryFramebufferState() argument
632 queryTextureParamState(tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, glw::GLenum pname, QueriedState& state) queryTextureParamState() argument
753 queryTextureLevelState(tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, int level, glw::GLenum pname, QueriedState& state) queryTextureLevelState() argument
835 queryQueryState(tcu::ResultCollector& result, glu::CallLogWrapper& gl, QueryType type, glw::GLenum target, glw::GLenum pname, QueriedState& state) queryQueryState() argument
1829 verifyStateBoolean(tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, bool refValue, QueryType type) verifyStateBoolean() argument
1839 verifyStateInteger(tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, int refValue, QueryType type) verifyStateInteger() argument
1849 verifyStateIntegerMin(tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, int minValue, QueryType type) verifyStateIntegerMin() argument
1859 verifyStateIntegerMax(tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, int maxValue, QueryType type) verifyStateIntegerMax() argument
1869 verifyStateIntegerEqualToOther(tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, glw::GLenum other, QueryType type) verifyStateIntegerEqualToOther() argument
1916 verifyStateFloat(tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, float reference, QueryType type) verifyStateFloat() argument
1926 verifyStateFloatMin(tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, float minValue, QueryType type) verifyStateFloatMin() argument
1936 verifyStateFloatMax(tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, float maxValue, QueryType type) verifyStateFloatMax() argument
1946 verifyStatePointer(tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, const void* expected, QueryType type) verifyStatePointer() argument
1956 verifyStateIndexedBoolean(tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, int index, bool expected, QueryType type) verifyStateIndexedBoolean() argument
1966 verifyStateIndexedBooleanVec4(tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, int index, const tcu::BVec4& expected, QueryType type) verifyStateIndexedBooleanVec4() argument
1976 verifyStateIndexedInteger(tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, int index, int expected, QueryType type) verifyStateIndexedInteger() argument
1986 verifyStateIndexedIntegerMin(tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, int index, int minValue, QueryType type) verifyStateIndexedIntegerMin() argument
1996 verifyStateAttributeInteger(tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, int index, int expected, QueryType type) verifyStateAttributeInteger() argument
2006 verifyStateFramebufferInteger(tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, glw::GLenum pname, int expected, QueryType type) verifyStateFramebufferInteger() argument
2016 verifyStateFramebufferIntegerMin(tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, glw::GLenum pname, int minValue, QueryType type) verifyStateFramebufferIntegerMin() argument
2056 verifyStateTextureParamInteger(tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, glw::GLenum pname, int expected, QueryType type) verifyStateTextureParamInteger() argument
2066 verifyStateTextureParamFloat(tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, glw::GLenum pname, float expected, QueryType type) verifyStateTextureParamFloat() argument
2076 verifyStateTextureParamFloatVec4(tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, glw::GLenum pname, const tcu::Vec4& expected, QueryType type) verifyStateTextureParamFloatVec4() argument
2086 verifyStateTextureParamNormalizedI32Vec4(tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, glw::GLenum pname, const tcu::IVec4& expected, QueryType type) verifyStateTextureParamNormalizedI32Vec4() argument
2096 verifyStateTextureParamIntegerVec4(tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, glw::GLenum pname, const tcu::IVec4& expected, QueryType type) verifyStateTextureParamIntegerVec4() argument
2106 verifyStateTextureParamUnsignedIntegerVec4(tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, glw::GLenum pname, const tcu::UVec4& expected, QueryType type) verifyStateTextureParamUnsignedIntegerVec4() argument
2116 verifyStateTextureLevelInteger(tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int expected, QueryType type) verifyStateTextureLevelInteger() argument
2136 verifyStateQueryInteger(tcu::ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, glw::GLenum pname, int expected, QueryType type) verifyStateQueryInteger() argument
[all...]
H A DglsTextureBufferCase.cpp656 renderReference(RenderBits renderBits, deUint32 coordSeed, int triangleCount, const glu::TextureBuffer& texture, int maxTextureBufferSize, const tcu::PixelBufferAccess& target, int subpixelBits) renderReference() argument
758 render(TestLog& log, glu::RenderContext& renderContext, RenderBits renderBits, de::Random& rng, glu::ShaderProgram& program, glu::TextureBuffer& texture, const tcu::PixelBufferAccess& target) render() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureShadowTests.cpp105 void clampFloatingPointTexture (tcu::Texture2D& target) in clampFloatingPointTexture() argument
112 static void clampFloatingPointTexture (tcu::Texture2DArray& target) in clampFloatingPointTexture() argument
119 void clampFloatingPointTexture (tcu::TextureCube& target) in clampFloatingPointTexture() argument
126 clampFloatingPointTexture(tcu::Texture1D& target) clampFloatingPointTexture() argument
133 clampFloatingPointTexture(tcu::Texture1DArray& target) clampFloatingPointTexture() argument
140 clampFloatingPointTexture(tcu::TextureCubeArray& target) clampFloatingPointTexture() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwnm_sta.c616 struct wpa_bss *target = NULL; in get_mbo_transition_candidate() local
711 struct wpa_bss *target; in compare_scan_neighbor_results() local
[all...]
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContextWrapper.cpp69 void ContextWrapper::glBindTexture (deUint32 target, deUint32 texture) in glBindTexture() argument
84 void ContextWrapper::glBindFramebuffer (deUint32 target, deUint32 framebuffer) in glBindFramebuffer() argument
99 void ContextWrapper::glBindRenderbuffer (deUint32 target, deUint32 renderbuffer) in glBindRenderbuffer() argument
119 void ContextWrapper::glTexImage1D (deUint32 target, int level, int internalFormat, int width, int border, deUint32 format, deUint32 type, const void* data) in glTexImage1D() argument
124 void ContextWrapper::glTexImage2D (deUint32 target, int level, int internalFormat, int width, int height, int border, deUint32 format, deUint32 type, const void* data) in glTexImage2D() argument
129 glTexImage3D(deUint32 target, int level, int internalFormat, int width, int height, int depth, int border, deUint32 format, deUint32 type, const void* data) glTexImage3D() argument
134 glTexSubImage1D(deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data) glTexSubImage1D() argument
139 glTexSubImage2D(deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data) glTexSubImage2D() argument
144 glTexSubImage3D(deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* data) glTexSubImage3D() argument
149 glCopyTexImage1D(deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int border) glCopyTexImage1D() argument
154 glCopyTexImage2D(deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border) glCopyTexImage2D() argument
159 glCopyTexSubImage1D(deUint32 target, int level, int xoffset, int x, int y, int width) glCopyTexSubImage1D() argument
164 glCopyTexSubImage2D(deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height) glCopyTexSubImage2D() argument
169 glTexStorage2D(deUint32 target, int levels, deUint32 internalFormat, int width, int height) glTexStorage2D() argument
174 glTexStorage3D(deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth) glTexStorage3D() argument
179 glTexParameteri(deUint32 target, deUint32 pname, int value) glTexParameteri() argument
189 glFramebufferTexture2D(deUint32 target, deUint32 attachment, deUint32 textarget, deUint32 texture, int level) glFramebufferTexture2D() argument
194 glFramebufferTextureLayer(deUint32 target, deUint32 attachment, deUint32 texture, int level, int layer) glFramebufferTextureLayer() argument
199 glFramebufferRenderbuffer(deUint32 target, deUint32 attachment, deUint32 renderbuffertarget, deUint32 renderbuffer) glFramebufferRenderbuffer() argument
204 glCheckFramebufferStatus(deUint32 target) glCheckFramebufferStatus() argument
209 glGetFramebufferAttachmentParameteriv(deUint32 target, deUint32 attachment, deUint32 pname, int* params) glGetFramebufferAttachmentParameteriv() argument
214 glRenderbufferStorage(deUint32 target, deUint32 internalformat, int width, int height) glRenderbufferStorage() argument
219 glRenderbufferStorageMultisample(deUint32 target, int samples, deUint32 internalformat, int width, int height) glRenderbufferStorageMultisample() argument
224 glBindBuffer(deUint32 target, deUint32 buffer) glBindBuffer() argument
239 glBufferData(deUint32 target, deIntptr size, const void* data, deUint32 usage) glBufferData() argument
244 glBufferSubData(deUint32 target, deIntptr offset, deIntptr size, const void* data) glBufferSubData() argument
364 glInvalidateSubFramebuffer(deUint32 target, int numAttachments, const deUint32* attachments, int x, int y, int width, int height) glInvalidateSubFramebuffer() argument
369 glInvalidateFramebuffer(deUint32 target, int numAttachments, const deUint32* attachments) glInvalidateFramebuffer() argument
[all...]
H A DsglrReferenceContext.cpp122 static tcu::CubeFace texTargetToFace (Framebuffer::TexTarget target) in texTargetToFace() argument
611 void ReferenceContext::bindTexture (deUint32 target, deUint32 texture) in bindTexture() argument
751 bindFramebuffer(deUint32 target, deUint32 name) bindFramebuffer() argument
829 bindRenderbuffer(deUint32 target, deUint32 name) bindRenderbuffer() argument
1297 texSubImage1D(deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data) texSubImage1D() argument
1302 texSubImage2D(deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data) texSubImage2D() argument
1307 texSubImage3D(deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* data) texSubImage3D() argument
1444 copyTexImage1D(deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int border) copyTexImage1D() argument
[all...]
/third_party/vk-gl-cts/framework/platform/null/
H A DtcuNullRenderContext.cpp444 GLW_APICALL void GLW_APIENTRY glGetInternalformativ (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint* params) in glGetInternalformativ() argument
633 GLW_APICALL GLvoid* GLW_APIENTRY glMapBufferRange (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) in glMapBufferRange() argument
648 GLW_APICALL GLenum GLW_APIENTRY glCheckFramebufferStatus (GLenum target) in glCheckFramebufferStatus() argument
716 GLW_APICALL void GLW_APIENTRY glBindBuffer (GLenum target, GLuint buffer) in glBindBuffer() argument
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
H A Drosen_context_impl.cpp545 uint32_t RosenContextImpl::OH_copyBuffers(void* dpy, void* surface, void* target) in OH_copyBuffers() argument
559 void* RosenContextImpl::OH_createImage(void* dpy, void* ctx, uint32_t target, void* buffer, const int *attrib_list) in OH_createImage() argument
566 void* RosenContextImpl::OH_createImageKHR(void* dpy, void* ctx, uint32_t target, void* buffer, const int32_t *attrib_list) in OH_createImageKHR() argument
/third_party/vk-gl-cts/modules/egl/
H A DteglBufferAgeTests.cpp341 void ReferenceRenderer::render (tcu::Surface* target, const Frame& frame) const in render() argument
H A DteglPartialUpdateTests.cpp330 void ReferenceRenderer::render (tcu::Surface* target, const Frame& frame) const in render() argument
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDepthStencilTests.cpp245 void generateBaseClearAndDepthCommands (const TestRenderTarget& target, vector<ClearCommand>& clearCommands, vector<RenderCommand>& renderCommands) in generateBaseClearAndDepthCommands() argument
312 void generateDepthVisualizeCommands (const TestRenderTarget& target, vector<RenderCommand>& commands) in generateDepthVisualizeCommands() argument
336 generateStencilVisualizeCommands(const TestRenderTarget& target, vector<RenderCommand>& commands) generateStencilVisualizeCommands() argument
[all...]

Completed in 43 milliseconds

1...<<61626364656667686970>>...85