/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cFramebufferNoAttachmentsTests.cpp | 618 GLuint value = pixels[(y * 64 + x) * 4]; in iterate() local [all...] |
H A D | es31cTextureStorageMultisampleDependenciesTests.cpp | 2240 checkAllTexParameterInvocations(glw::GLenum expected_error_code, glw::GLint value, glw::GLenum pname, glw::GLenum texture_target) checkAllTexParameterInvocations() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcRobustnessTests.cpp | 589 const GLuint value = *(GLuint*)(pixelsValid + offset); in verifyResults() local
|
H A D | glcTextureFilterAnisotropicTests.cpp | 588 int value = ((x * (l + 1)) % 8 < 4) ? 255 : 0; fillTexture() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessXFBTests.cpp | 1963 glw::GLint value = 314159; testTransformFeedbackStatus() local [all...] |
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | verifier.cc | 95 CheckActualValue(const ProbeSSBOCommand* command, const T actual_value, const Value& value) CheckActualValue() argument 166 CheckValue(const ProbeSSBOCommand* command, const uint8_t* memory, const Value& value) CheckValue() argument 555 const auto& value = values[i]; ProbeSSBO() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | hex_float_test.cpp | 51 std::string EncodeViaHexFloat(const T& value) { in EncodeViaHexFloat() argument 451 std::string EncodeViaFloatProxy(const T& value) { in EncodeViaFloatProxy() argument 453 ss << value; in EncodeViaFloatProxy() local 1231 input >> value; TEST_P() local 1258 input >> value; TEST_P() local 1285 input >> value; TEST_P() local [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ProgramPipelineTest.cpp | 376 GLint value; in TEST_P() local 1122 GLfloat value = 1.0; TEST_P() local 1331 GLint value = index + 1; TEST_P() local [all...] |
H A D | UniformTest.cpp | 650 int value = -1; in TEST_P() local 657 float value in TEST_P() local 667 int value = -1; TEST_P() local 674 float value = -1.0f; TEST_P() local 1357 size_t value; TEST_P() local 1374 shader << "(m[" << col << "][" << row << "] == " << value << ".0)"; TEST_P() local [all...] |
H A D | AttributeLayoutTest.cpp | 124 double value = mData.getValue(i, j); in fillContainer() local 168 void Store(double value, void *dest) in Store() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLIOSurfaceClientBufferTest.cpp | 25 void AddIntegerValue(CFMutableDictionaryRef dictionary, const CFStringRef key, int32_t value) in AddIntegerValue() argument
|
/third_party/skia/samplecode/ |
H A D | SampleSimpleStroker.cpp | 389 void toggle(bool& value) { value = !value; } in toggle() argument
|
H A D | SamplePath.cpp | 242 void toggle(bool& value) { in toggle() argument 341 void toggle(bool& value) { in toggle() argument 345 void toggle3(int& value) { in toggle3() argument
|
/third_party/skia/src/gpu/glsl/ |
H A D | GrGLSLShaderBuilder.h | 73 void defineConstant(const char* type, const char* name, const char* value) { in defineConstant() argument 77 void defineConstant(const char* name, int value) { in defineConstant() argument 81 void defineConstant(const char* name, float value) { in defineConstant() argument
|
/third_party/skia/src/gpu/effects/ |
H A D | GrSkSLFP.cpp | 73 String value = GrGLSLTypeString(gpuType); variable
|
/third_party/skia/src/core/ |
H A D | SkEdgeClipper.cpp | 19 static inline void clamp_le(SkScalar& value, SkScalar max) { in clamp_le() argument 25 static inline void clamp_ge(SkScalar& value, SkScalar min) { in clamp_ge() argument
|
H A D | SkPaint.cpp | 211 static void ASSERT_FITS_IN(uint32_t value, int bitCount) { in ASSERT_FITS_IN() argument 231 template <typename T> uint32_t shift_bits(T value, unsigned shift, unsigned bits) { in shift_bits() argument
|
H A D | SkBlitter.cpp | 38 const SkPixmap* SkBlitter::justAnOpaqueColor(uint32_t* value) { in justAnOpaqueColor() argument 319 const SkPixmap* SkNullBlitter::justAnOpaqueColor(uint32_t* value) { in justAnOpaqueColor() argument [all...] |
/third_party/skia/src/gpu/ |
H A D | SkGr.cpp | 337 float value = float(m) * 1.0 / 64.0 - 63.0 / 128.0; in make_dither_lut() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | Display.cpp | 241 bool Display::getConfigAttrib(EGLConfig config, EGLint attribute, EGLint *value) in getConfigAttrib() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderMemory.cpp | 86 const auto &value = Operand(this, state, objectId); in EmitStore() local 93 void SpirvShader::Store(Object::ID pointerId, const Operand &value, bool atomic, std::memory_order memoryOrder, EmitState *state) const in Store() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactorDebugInfo.cpp | 287 auto value = V(variable); in EmitVariable() local 336 auto value = pending.value; in emitPending() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | Shader.cpp | 1033 buffer << '{' << value[0] << ", " << value[1] << ", " << value[2] << ", " << value[3] << '}'; in string() local
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDevice.cpp | 331 uint64_t value = pWaitInfo->pValues[i]; in waitForSemaphores() local
|
/third_party/openssl/crypto/rsa/ |
H A D | rsa_pmeth.c | 616 pkey_rsa_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) pkey_rsa_ctrl_str() argument [all...] |