Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp497 API_STATE* pState = GetDrawState(pContext); in SetupDefaultState() local
577 API_STATE* pState = GetDrawState(GetContext(hContext)); in SwrSetVertexBuffers() local
588 API_STATE* pState = GetDrawState(GetContext(hContext)); in SwrSetIndexBuffer() local
595 API_STATE* pState = GetDrawState(GetContext(hContext)); in SwrSetFetchFunc() local
602 API_STATE* pState = GetDrawState(GetContext(hContext)); in SwrSetSoFunc() local
611 API_STATE* pState = GetDrawState(GetContext(hContext)); in SwrSetSoState() local
618 API_STATE* pState = GetDrawState(GetContext(hContext)); in SwrSetSoBuffers() local
635 API_STATE* pState = GetDrawState(GetContext(hContext)); in SwrSetVertexFunc() local
642 API_STATE* pState = GetDrawState(GetContext(hContext)); in SwrSetFrontendState() local
648 API_STATE* pState = GetDrawState(GetContext(hContext)); in SwrSetGsState() local
[all …]
Dblend.h294 const SWR_RENDER_TARGET_BLEND_STATE* pState, in Blend()
Ddepthstencil.h122 simdscalar DepthStencilTest(const API_STATE* pState, in DepthStencilTest()
Dfrontend.cpp836 const SWR_GS_STATE* pState = &state.gsState; in GeometryShaderStage() local
Dcontext.h440 DRAW_STATE* pState; // Read-only state. Core should not update this outside of API thread. member
/external/OpenCL-CTS/test_conformance/vectors/
Dstructs.cpp53 clState *destroyClState(clState *pState) in destroyClState()
64 int clStateMakeProgram(clState *pState, const char *prog, in clStateMakeProgram()
78 int runKernel(clState *pState, size_t numThreads) in runKernel()
93 void clStateDestroyProgramAndKernel(clState *pState) in clStateDestroyProgramAndKernel()
/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp388 ProgressiveArithDecodeState* pState) { in StartDecodeArith()
411 ProgressiveArithDecodeState* pState) { in ProgressiveDecodeArith()
473 ProgressiveArithDecodeState* pState) { in ContinueDecode()
485 ProgressiveArithDecodeState* pState) { in ProgressiveDecodeArithTemplate0Opt3()
588 ProgressiveArithDecodeState* pState) { in ProgressiveDecodeArithTemplate0Unopt()
646 ProgressiveArithDecodeState* pState) { in ProgressiveDecodeArithTemplate1Opt3()
747 ProgressiveArithDecodeState* pState) { in ProgressiveDecodeArithTemplate1Unopt()
801 ProgressiveArithDecodeState* pState) { in ProgressiveDecodeArithTemplate2Opt3()
903 ProgressiveArithDecodeState* pState) { in ProgressiveDecodeArithTemplate2Unopt()
957 ProgressiveArithDecodeState* pState) { in ProgressiveDecodeArithTemplate3Opt3()
[all …]
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Include/
Darm_math.h1032 …q7_t *pState; /**< points to the state variable array. The array is of length numTaps+b… member
1042 …q15_t *pState; /**< points to the state variable array. The array is of length numTaps+… member
1052 …q31_t *pState; /**< points to the state variable array. The array is of length numTaps+… member
1062 …float32_t *pState; /**< points to the state variable array. The array is of length numTaps+bloc… member
1223 …q15_t *pState; /**< Points to the array of state coefficients. The array is of length 4… member
1234 …q31_t *pState; /**< Points to the array of state coefficients. The array is of length 4… member
1245 …float32_t *pState; /**< Points to the array of state coefficients. The array is of length 4… member
3274 …q15_t *pState; /**< points to the state variable array. The array is of length numTap… member
3285 …q31_t *pState; /**< points to the state variable array. The array is of length numTap… member
3296 …float32_t *pState; /**< points to the state variable array. The array is of length numTap… member
[all …]
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/CMSIS/Include/
Darm_math.h1032 …q7_t *pState; /**< points to the state variable array. The array is of length numTaps+b… member
1042 …q15_t *pState; /**< points to the state variable array. The array is of length numTaps+… member
1052 …q31_t *pState; /**< points to the state variable array. The array is of length numTaps+… member
1062 …float32_t *pState; /**< points to the state variable array. The array is of length numTaps+bloc… member
1223 …q15_t *pState; /**< Points to the array of state coefficients. The array is of length 4… member
1234 …q31_t *pState; /**< Points to the array of state coefficients. The array is of length 4… member
1245 …float32_t *pState; /**< Points to the array of state coefficients. The array is of length 4… member
3274 …q15_t *pState; /**< points to the state variable array. The array is of length numTap… member
3285 …q31_t *pState; /**< points to the state variable array. The array is of length numTap… member
3296 …float32_t *pState; /**< points to the state variable array. The array is of length numTap… member
[all …]
/external/pdfium/core/fpdfapi/page/
Dcpdf_occontext.cpp140 CPDF_Dictionary* pState = pUsage->GetDictFor(csConfig); in LoadOCGStateFromConfig() local
156 const CPDF_Dictionary* pState = pUsage->GetDictFor(csState); in LoadOCGState() local
Dcpdf_contentparser.cpp94 CPDF_GeneralState* pState = &m_pParser->GetCurStates()->m_GeneralState; in CPDF_ContentParser() local
/external/aac/libFDK/src/
DFDK_lpc.cpp146 FIXP_DBL *pState = state + order - 1; in CLpc_SynthesisLattice() local
185 FIXP_DBL *pState = state + order - 1; in CLpc_SynthesisLattice() local
/external/sonivox/arm-wt-22k/lib_src/
Deas_dlssynth.c480 …*pChannel, const S_DLS_ENVELOPE *pEnvParams, EAS_I16 *pValue, EAS_I16 *pIncrement, EAS_U8 *pState) in DLS_UpdateEnvelope()
Deas_xmf.c321 static EAS_RESULT XMF_State (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 *pState) in XMF_State()
Deas_ota.c582 static EAS_RESULT OTA_State (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 *pState) in OTA_State()
Deas_rtttl.c544 static EAS_RESULT RTTTL_State (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 *pState) in RTTTL_State()
Deas_smf.c393 EAS_RESULT SMF_State (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 *pState) in SMF_State()
Deas_public.c1219 EAS_PUBLIC EAS_RESULT EAS_State (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_STATE *pState) in EAS_State()
Deas_imelody.c587 static EAS_RESULT IMY_State (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 *pState) in IMY_State()
/external/OpenCL-CTS/test_common/miniz/
Dminiz.c444 inflate_state* pState; in mz_inflate() local
2368 mz_zip_internal_state *pState = pZip->m_pState; in mz_zip_reader_sort_central_dir_offsets_by_filename() local
2717 mz_zip_internal_state *pState = pZip->m_pState; in mz_zip_reader_locate_file_binary_search() local
3172 mz_zip_internal_state *pState = pZip->m_pState; pZip->m_pState = NULL; in mz_zip_reader_end() local
3244 mz_zip_internal_state *pState = pZip->m_pState; in mz_zip_heap_write_func() local
3326 mz_zip_internal_state *pState; in mz_zip_writer_init_from_reader() local
3388 mz_zip_writer_add_state *pState = (mz_zip_writer_add_state *)pUser; in mz_zip_writer_add_put_buf_callback() local
3437 mz_zip_internal_state *pState = pZip->m_pState; in mz_zip_writer_add_to_central_dir() local
3509 mz_zip_internal_state *pState; in mz_zip_writer_add_mem_ex() local
3837 mz_zip_internal_state *pState; in mz_zip_writer_add_from_zip_reader() local
[all …]
/external/aac/libAACdec/src/
Dusacdec_fac.cpp116 UCHAR mod[NB_DIV], int *pState) { in CLpd_FAC_GetMemory()
Daacdec_hcr_types.h415 STATEFUNC pState; member
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1155 const CFX_GraphStateData* pState, in DrawChanged()
1185 bool StateChanged(const CFX_GraphStateData* pState, in StateChanged()
1197 bool DashChanged(const CFX_GraphStateData* pState, in DashChanged()
/external/sqlite/dist/orig/
Dshell.c11632 ShellState *pState, in expertHandleSQL()
11652 ShellState *pState, in expertFinish()
11697 ShellState *pState, /* Current shell tool state */ in expertDotCommand()
14029 ShellState *pState, /* Current shell tool state */ in lintFkeyIndexes()
14205 ShellState *pState, /* Current shell tool state */ in lintDotCommand()
14901 ShellState *pState, /* Current shell tool state */ in arDotCommand()
15260 ShellState *pState, /* Shell state object */ in recoverFindTable()
15300 ShellState *pState, /* Shell state object */ in recoverOrphanTable()
15367 static int recoverDatabaseCmd(ShellState *pState, int nArg, char **azArg){ in recoverDatabaseCmd()
/external/sqlite/dist/
Dshell.c11637 ShellState *pState, in expertHandleSQL()
11657 ShellState *pState, in expertFinish()
11702 ShellState *pState, /* Current shell tool state */ in expertDotCommand()
14050 ShellState *pState, /* Current shell tool state */ in lintFkeyIndexes()
14226 ShellState *pState, /* Current shell tool state */ in lintDotCommand()
14922 ShellState *pState, /* Current shell tool state */ in arDotCommand()
15281 ShellState *pState, /* Shell state object */ in recoverFindTable()
15321 ShellState *pState, /* Shell state object */ in recoverOrphanTable()
15388 static int recoverDatabaseCmd(ShellState *pState, int nArg, char **azArg){ in recoverDatabaseCmd()